Skip to content

Commit 75e9edc

Browse files
committed
.
1 parent d2d8467 commit 75e9edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Install PyTorch
9090
run: |
9191
${CONDA_RUN} python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu${{ env.cuda_version_without_periods }}
92-
${CONDA_RUN} python -c 'import torch; print(f"{torch.cuda.is_available()=}")'
92+
${CONDA_RUN} python -c 'import torch; print(f"{torch.__version__}"); print(f"{torch.cuda.is_available()=}")'
9393
- name: Install torchcodec from the wheel
9494
run: |
9595
wheel_path=`find pytorch/torchcodec/dist -type f -name "*.whl"`

0 commit comments

Comments
 (0)