Skip to content

Commit 0666e80

Browse files
committed
install k8s in pytest gpu
1 parent 730f746 commit 0666e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest_gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
- name: Install dependencies
4444
env:
4545
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
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 k8s
4747
- name: Run Pytest GPU tests
4848
run: ./ci/run_pytest.sh "ci/envs/run_tests/pytest_gpu"

0 commit comments

Comments
 (0)