Skip to content

Commit 318c950

Browse files
committed
.
1 parent c98878b commit 318c950

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ jobs:
8686
- name: Install PyTorch
8787
run: |
8888
python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu${{ env.cuda_version_without_periods }}
89-
- name: Install cuda dependencies
90-
run: |
91-
conda install --yes nvidia::libnpp nvidia::cuda-nvrtc nvidia::cuda-toolkit nvidia::cuda-cudart
9289
- name: Install torchcodec from the wheel
9390
run: |
9491
wheel_path=`find pytorch/torchcodec/dist -type f -name "*.whl"`
@@ -109,6 +106,9 @@ jobs:
109106
conda install "ffmpeg=${{ matrix.ffmpeg-version-for-tests }}" -c conda-forge
110107
ffmpeg -version
111108
109+
- name: Install cuda runtime dependencies
110+
run: |
111+
conda install --yes nvidia::libnpp nvidia::cuda-nvrtc nvidia::cuda-toolkit nvidia::cuda-cudart
112112
- name: Install test dependencies
113113
run: |
114114
python -m pip install --pre torchvision --index-url https://download.pytorch.org/whl/nightly/cpu

0 commit comments

Comments
 (0)