From 929cedba8cd5354a5071fe53f573ce76db8a9987 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Mon, 29 Jul 2024 15:54:13 +0200 Subject: [PATCH] Re-enabling jax tests ? --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 0f34108b..834670d0 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -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