Skip to content

Commit

Permalink
trying to run tox with pat token
Browse files Browse the repository at this point in the history
  • Loading branch information
krneta committed Apr 29, 2024
1 parent 5002cdd commit bcad379
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
run: |
pip install tox
- name: Run unit tests
env:
GITHUB_TOKEN: ${{secrets.TEMP_PAT_EXP_JUL_28}}
run: |
tox -e unit-tests
- name: Upload coverage report to Codecov
Expand Down

0 comments on commit bcad379

Please sign in to comment.