Skip to content

Commit

Permalink
update githug action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fhchl committed Jan 30, 2024
1 parent c9febf7 commit 35d535c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
run-tests:
strategy:
matrix:
python-version: [ "3.9", "3.10", "3.11" ]
python-version: [ "3.10", "3.11", "3.12" ]
os: [ ubuntu-latest ]
fail-fast: false
runs-on: ${{ matrix.os }}
Expand All @@ -24,6 +24,6 @@ jobs:

- name: Test with pytest
run: |
python -m pip install jaxlib==0.4.16
python -m pip install jaxlib==0.4.23
python -m pip install .[dev]
python -m pytest --runslow --durations=0

0 comments on commit 35d535c

Please sign in to comment.