Skip to content

Commit e0545a7

Browse files
Remove installation of NVIDIA wheels for CPU tests
PiperOrigin-RevId: 735875073
1 parent eff612a commit e0545a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pytest_cpu.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ jobs:
116116
exit 1
117117
- name: Install Python dependencies
118118
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+
119122
# TODO(srnitin): Remove after uv is installed in the Windows Dockerfile
120123
$JAXCI_PYTHON -m pip install uv~=0.5.30
121124
# python 3.13t cannot compile zstandard 0.23.0 due to

0 commit comments

Comments
 (0)