Skip to content

Commit c6605c2

Browse files
committed
.
1 parent 9dfea81 commit c6605c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ jobs:
6262
matrix:
6363
python-version: ['3.9']
6464
cuda-version: ['12.4']
65-
cuda-version-without-period: ${{ replace(matrix.cuda-version, ".", "")}}
6665
ffmpeg-version-for-tests: ['5.1.2', '6.1.1', '7.0.1']
6766
if: ${{ always() }}
6867
needs: build
@@ -82,10 +81,11 @@ jobs:
8281
run: python -m pip install --upgrade pip
8382
- name: Install PyTorch
8483
run: |
85-
python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu${{ matrix.cuda-version-without-period }}
84+
python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu${{ matrix.cuda-version//./ }}
8685
- name: Install cuda dependencies
8786
run: |
8887
conda install --yes nvidia::libnpp
88+
conda install --yes nvidia::cuda-nvrtc
8989
- name: Install torchcodec from the wheel
9090
run: |
9191
wheel_path=`find pytorch/torchcodec/dist -type f -name "*.whl"`

0 commit comments

Comments
 (0)