Skip to content

Commit

Permalink
sonar_cloud.yml: apt install python3-venv
Browse files Browse the repository at this point in the history
  • Loading branch information
dsparber committed Oct 8, 2024
1 parent 781d075 commit 9ab5c52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sonar_cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Install dependencies
run: |
apt install -y --no-install-recommends python3-venv
python -m venv venv
source venv/bin/activate
python -m ensurepip --upgrade
Expand Down

0 comments on commit 9ab5c52

Please sign in to comment.