Skip to content

Commit

Permalink
Merge pull request PSLmodels#2848 from martinholmer/fix-build_and_tes…
Browse files Browse the repository at this point in the history
…t.yml

Restore --user option added in PR PSLmodels#2592
  • Loading branch information
martinholmer authored Dec 7, 2024
2 parents a2622b9 + fc8b0b3 commit 5721eab
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 5721eab

Please sign in to comment.