Skip to content

Commit

Permalink
update action to run test and lint separate
Browse files Browse the repository at this point in the history
  • Loading branch information
NodeJSmith committed Jun 13, 2024
1 parent a37e4c6 commit 61ef2df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ jobs:
pip install tox
- name: Run tests
run: tox
run: tox --skip-env lint

- name: Run lint checks
run: tox -e lint

0 comments on commit 61ef2df

Please sign in to comment.