Skip to content

Commit

Permalink
check if needs system access
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr0id committed Jul 23, 2024
1 parent 5b029bf commit 9a101b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest responses
pip install .
sudo pip install .
- name: Run tests
run: |
Expand Down

0 comments on commit 9a101b9

Please sign in to comment.