Skip to content

Commit

Permalink
Ignore redundant tox envs
Browse files Browse the repository at this point in the history
  • Loading branch information
JCZuurmond committed Aug 25, 2023
1 parent d5adfd7 commit fb246c6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,7 @@ jobs:
python -m pip install tox
- name: Test with tox
run: tox

- name: Test docs with tox
run: tox -e docs
run: tox --skip-env "^py(?!${{ matrix.python-version }}).*"

test-release:
if: contains(github.ref, 'refs/tags/')
Expand Down

0 comments on commit fb246c6

Please sign in to comment.