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 730f746 commit 0666e80Copy full SHA for 0666e80
.github/workflows/pytest_gpu.yml
@@ -43,6 +43,6 @@ jobs:
43
- name: Install dependencies
44
env:
45
JAXCI_PYTHON: python${{ matrix.python }}
46
- run: $JAXCI_PYTHON -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
+ run: $JAXCI_PYTHON -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 k8s
47
- name: Run Pytest GPU tests
48
run: ./ci/run_pytest.sh "ci/envs/run_tests/pytest_gpu"
0 commit comments