Skip to content

Commit

Permalink
Restore --user option in build_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Dec 7, 2024
1 parent a2622b9 commit fc8b0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build
shell: bash -l {0}
run: |
pip install -e .
pip install -e . --user
pip install pytest-cov --user
pip install pytest-pycodestyle --user
Expand Down

0 comments on commit fc8b0b3

Please sign in to comment.