Skip to content

Commit

Permalink
forgot -e flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jtisbell4 committed Apr 18, 2024
1 parent 9eb5fb0 commit 5dd768a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
python -m pip install tox tox-gh-actions
- name: Execute tox envs
working-directory: ./python
run: tox lint
run: tox -e lint
- name: Execute tox envs
working-directory: ./python
run: tox type-check
run: tox -e type-check

test:
needs: lint-and-check
Expand Down

0 comments on commit 5dd768a

Please sign in to comment.