Skip to content

Commit 4e452ba

Browse files
committed
update PYTHONPATH for the windows CI
1 parent ca8c4af commit 4e452ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ jobs:
334334
PYTHON_CMD: python # for the tests (subprocess)
335335
shell: cmd
336336
run: |
337-
set PYTHONPATH=%PYTHONPATH%;%GITHUB_WORKSPACE%/bin
337+
set PYTHONPATH=%PYTHONPATH%;%GITHUB_WORKSPACE%/libs
338338
cd tests
339339
rem TODO delete build dir to make sure the linking etc works correctly?
340340
python run_python_tests.py

0 commit comments

Comments
 (0)