Skip to content

Commit

Permalink
Run pip install for script and test requirements with --break-system-…
Browse files Browse the repository at this point in the history
…packages to allow system wide installation now that ubuntu-latest contains the file /usr/lib/python3.12/EXTERNALLY-MANAGED
  • Loading branch information
francesco-ballarin committed Oct 13, 2024
1 parent 9dfd24d commit f7629fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
python3 -m pip -q install -r scripts/requirements.txt -r tests/requirements.txt
python3 -m pip install --break-system-packages -q -r scripts/requirements.txt -r tests/requirements.txt
- name: Run ruff
run: |
python3 -m ruff check .
Expand Down

0 comments on commit f7629fb

Please sign in to comment.