Skip to content

Commit

Permalink
Add tox to the lint/testing jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
dividehex committed Aug 18, 2024
1 parent 3d95aea commit 9272991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pre-commit
pip install pre-commit tox
- name: Run pre-commit
run: pre-commit run --all-files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_requests_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pre-commit
pip install pre-commit tox
- name: Run pre-commit
run: pre-commit run --all-files

0 comments on commit 9272991

Please sign in to comment.