diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73823c675a..87c99385b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: run: | python -m pip install --upgrade pip setuptools wheel python -m pip install --ignore-installed -U -q --no-cache-dir -e .[test] + python -m pip install -U -q --no-cache-dir "jaxlib<0.1.63" python -m pip list - name: Test with pytest run: |