Skip to content

Commit 2592372

Browse files
committed
.
1 parent 5ca956c commit 2592372

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,10 @@ jobs:
8181
run: python -m pip install --upgrade pip
8282
- name: Install PyTorch
8383
run: |
84-
python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu
84+
python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu${{ matrix.cuda-version }}
85+
- name: Install cuda dependencies
86+
run: |
87+
conda install --yes nvidia::libnpp
8588
- name: Install torchcodec from the wheel
8689
run: |
8790
wheel_path=`find pytorch/torchcodec/dist -type f -name "*.whl"`

0 commit comments

Comments
 (0)