Skip to content

Commit

Permalink
fix: no pipx in cloud?
Browse files Browse the repository at this point in the history
  • Loading branch information
Nine-H committed Jun 23, 2024
1 parent ad7dac0 commit 0828f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: install python deps
run: |
pip3 install --break-system-packages -r requirements.txt
pip3 install -r requirements.txt
- name: install linux deps
run: |
Expand Down

0 comments on commit 0828f8c

Please sign in to comment.