Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
fix tests
  • Loading branch information
p-galligan committed Nov 15, 2024
1 parent 72c13c5 commit 4ec47d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ jobs:
- name: Install tox
run: pip install tox

- name: Run 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
Expand Down

0 comments on commit 4ec47d4

Please sign in to comment.