Skip to content

Commit a400d0f

Browse files
committed
.
1 parent c94d5a1 commit a400d0f

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
@@ -81,7 +81,7 @@ jobs:
8181
run: python -m pip install --upgrade pip
8282
- name: Install PyTorch
8383
run: |
84-
cuda_version_without_periods=$(echo ${{ matrix-cuda-version }} | sed 's/\.//g')
84+
cuda_version_without_periods=$(echo "${{ matrix.cuda-version }}" | sed 's/\.//g')
8585
python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu$cuda_version_without_periods
8686
- name: Install cuda dependencies
8787
run: |

0 commit comments

Comments
 (0)