Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
Try running tox without defining toxenv
  • Loading branch information
p-galligan committed Nov 15, 2024
1 parent cdf51f2 commit 6107eb2
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -25,13 +25,5 @@ jobs:
- name: Install tox
run: pip install tox

- name: Run tox 3.9
if: ${{ matrix.python-version }} == "3.9"
env:
TOXENV: py39

- name: Run tox 3.10
if: ${{ matrix.python-version }} == "3.9"
env:
TOXENV: py310
- name: Run tox
run: tox

0 comments on commit 6107eb2

Please sign in to comment.