Skip to content

Commit 26f73a4

Browse files
committed
fix path handling
1 parent df88437 commit 26f73a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/test-downstream/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
2727
# Set up venv
2828
python -m venv test_venv
29-
./test_venv/bin/activate
29+
export PATH=$(pwd)/test_venv/bin:$PATH
3030
python -m pip install -U pip
3131
python -m pip install ${package_spec}
3232
python -m pip install . --force-reinstall

0 commit comments

Comments
 (0)