api_test: install ci jaxlib version

This commit is contained in:
Jake VanderPlas 2024-01-31 14:31:12 -08:00
parent c9a700921b
commit 2878567d43

View File

@ -34,7 +34,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install .[cpu]
python -m pip install .[ci]
python -m pip install -r array-api-tests/requirements.txt
- name: Run the test suite
env: