Skip to content

Commit

Permalink
Removed unavailable package from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dsparber committed Oct 8, 2024
1 parent 91225fa commit 8f450a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar_cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install dependencies
run: |
apt -y update
apt install -y --fix-missing python3-pip libgl1-mesa-glx
apt install -y --no-install-recommends --fix-missing python3-pip
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run Tests
Expand Down

0 comments on commit 8f450a4

Please sign in to comment.