Skip to content

Commit

Permalink
typo in pythonpath command
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed Nov 12, 2023
1 parent 899d961 commit 30b96e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
- name: Cycamore Python Tests
run: |
cd tests && PYTHONPATH=`python -m user --site` python -m pytest
cd tests && PYTHONPATH=`python -m site --user-site` python -m pytest

0 comments on commit 30b96e8

Please sign in to comment.