We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df88437 commit 26f73a4Copy full SHA for 26f73a4
.github/actions/test-downstream/action.yml
@@ -26,7 +26,7 @@ runs:
26
27
# Set up venv
28
python -m venv test_venv
29
- ./test_venv/bin/activate
+ export PATH=$(pwd)/test_venv/bin:$PATH
30
python -m pip install -U pip
31
python -m pip install ${package_spec}
32
python -m pip install . --force-reinstall
0 commit comments