Skip to content

Commit

Permalink
Use sudo for apt command in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Oct 30, 2024
1 parent 3ca8222 commit 8dac426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
apt install python3-setuptools python3-setuptools-whl
sudo apt install python3-setuptools python3-setuptools-whl
- name: Build distribution
run: python3 setup.py sdist
test:
Expand Down

0 comments on commit 8dac426

Please sign in to comment.