Skip to content

Commit

Permalink
Github action: allow breaking system packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dsparber committed Oct 8, 2024
1 parent 8f450a4 commit 9dc3198
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sonar_cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
run: |
apt -y update
apt install -y --no-install-recommends --fix-missing python3-pip
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements.txt --break-system-packages
- name: Run Tests
run: |
coverage run -m unittest discover && coverage xml -i
Expand Down

0 comments on commit 9dc3198

Please sign in to comment.