Skip to content

Commit d8efebb

Browse files
committed
install dependencies from test-requirements for pytest gpu
1 parent 0666e80 commit d8efebb

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 k8s
46+
run: $JAXCI_PYTHON -m pip install -r build/test-requirements.txt
4747
- name: Run Pytest GPU tests
4848
run: ./ci/run_pytest.sh "ci/envs/run_tests/pytest_gpu"

0 commit comments

Comments
 (0)