Skip to content

Commit

Permalink
Run tox from the ./python dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tnixon committed Nov 3, 2023
1 parent 824ebb4 commit f503c68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Install Tox
run: pip install tox
- name: Run Linters
working-directory: ./python
run: tox -e lint
type-checks:
runs-on: ubuntu-latest
Expand All @@ -34,4 +35,5 @@ jobs:
- name: Install Tox
run: pip install tox
- name: Run Type Checks
working-directory: ./python
run: tox -e type-check

0 comments on commit f503c68

Please sign in to comment.