Skip to content

Commit

Permalink
Removed python -m before pytest. Added double quotation about the git…
Browse files Browse the repository at this point in the history
…hub secrets access token
  • Loading branch information
DilyOng committed Jan 17, 2025
1 parent 6a6b7ac commit e0b471f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
run: pip install -e ".[test]"

- name: Test with pytest
run: python -m pytest --cov=unimpeded tests
run: pytest --cov=unimpeded tests
env:
ACCESS_TOKEN: ${{ secrets.RENEW_GITHUB_ACCESS_TOKEN }}
ACCESS_TOKEN: "${{ secrets.RENEW_GITHUB_ACCESS_TOKEN }}"

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit e0b471f

Please sign in to comment.