From 1d2f7f32b7cc72d70fe90d6c637ecb27608a9d9d Mon Sep 17 00:00:00 2001 From: fhchl Date: Wed, 20 Sep 2023 15:42:07 +0200 Subject: [PATCH] fix jaxlib version in CI --- .github/workflows/run_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 84fb2de..fa36c1b 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -24,6 +24,6 @@ jobs: - name: Test with pytest run: | - python -m pip install jaxlib==0.4.11 + python -m pip install jaxlib==0.4.16 python -m pip install .[dev] python -m pytest --runslow --durations=0