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 eff612a commit e0545a7Copy full SHA for e0545a7
.github/workflows/pytest_cpu.yml
@@ -116,6 +116,9 @@ jobs:
116
exit 1
117
- name: Install Python dependencies
118
run: |
119
+ # Remove installation of NVIDIA wheels for CPU tests.
120
+ sed -i 's/-r gpu-test-requirements.txt/# -r gpu-test-requirements.txt/g' build/requirements.in
121
+
122
# TODO(srnitin): Remove after uv is installed in the Windows Dockerfile
123
$JAXCI_PYTHON -m pip install uv~=0.5.30
124
# python 3.13t cannot compile zstandard 0.23.0 due to
0 commit comments