Skip to content

Commit

Permalink
Move pip to user space
Browse files Browse the repository at this point in the history
Attempting to fix CI
  • Loading branch information
tfoote authored Apr 10, 2024
1 parent 8d2ceb0 commit c1a5351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Install pip dependencies
run: |
python3 -m pip install --upgrade --upgrade-strategy eager .[test]
python3 -m pip install --user --upgrade --upgrade-strategy eager .[test]
python3 -m pip freeze
- name: Install apt dependencies
Expand Down

0 comments on commit c1a5351

Please sign in to comment.