We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391a913 commit 3b98f9bCopy full SHA for 3b98f9b
.github/workflows/pytest_cpu.yml
@@ -46,6 +46,6 @@ jobs:
46
- name: Install dependencies
47
env:
48
JAXCI_PYTHON: python${{ matrix.python }}
49
- run: $JAXCI_PYTHON -m pip install -r build/test-requirements.txt
+ run: $JAXCI_PYTHON -m -m pip install --upgrade numpy=="2.0.0" scipy=="1.13.1" wheel build pytest-xdist absl-py opt-einsum colorama portpicker matplotlib 'importlib_metadata>=4.6' hypothesis flatbuffers filelock
50
- name: Run Pytest CPU tests
51
run: ./ci/run_pytest.sh "ci/envs/run_tests/pytest_cpu"
0 commit comments