Skip to content

Commit

Permalink
Remove sudo (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
alekfal committed Jan 31, 2024
1 parent aad3312 commit de76249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
run: |
if [ ${{ github.event_name }} == 'push' ]; then
# Run with sudo to delete create files
sudo pytest --cov --cov-report=term --cov-report=xml
pytest --cov --cov-report=term --cov-report=xml
else
sudo pytest
pytest
fi
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit de76249

Please sign in to comment.