Skip to content

Commit d2d8467

Browse files
committed
.
1 parent 8886a0f commit d2d8467

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +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()=}")'
9293
- name: Install torchcodec from the wheel
9394
run: |
9495
wheel_path=`find pytorch/torchcodec/dist -type f -name "*.whl"`

0 commit comments

Comments
 (0)