Skip to content

Commit

Permalink
fix typo in workflow definition
Browse files Browse the repository at this point in the history
  • Loading branch information
geuben committed Mar 19, 2020
1 parent fb05dc4 commit e2b6c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: Install Tox and any other packages
run: pip install tox
- name: Run Tox
evn:
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: tox -e py # Run tox using the version of Python in `PATH`

0 comments on commit e2b6c10

Please sign in to comment.