Skip to content

Commit

Permalink
Add python3.12 to tox envlist
Browse files Browse the repository at this point in the history
  • Loading branch information
rytheranderson committed Jan 20, 2024
1 parent ac1771c commit ba200d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install library
run: poetry install --no-interaction
- name: Test with tox
run: poetry run tox -vv
run: poetry run tox
- name: Test with tox jit disabled
env:
NUMBA_DISABLE_JIT: 1
Expand Down

0 comments on commit ba200d6

Please sign in to comment.