Skip to content

Commit

Permalink
Re-enabling jax tests ?
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Jul 29, 2024
1 parent 2f12df9 commit 929cedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
pip install ${{ matrix.version.torch }}
- name: Install (jax, flax)
if: matrix.os != 'windows-latest' && matrix.os != 'macos-latest' # There's a pypi bug with mismatched sha atm
if: matrix.os != 'windows-latest'
run: |
pip install .[jax]
shell: bash
Expand Down

0 comments on commit 929cedb

Please sign in to comment.