Skip to content

Commit 01ce937

Browse files
committed
run in bash
1 parent 3ec46e0 commit 01ce937

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464

6565
- name: Set CUDA arch list for Windows
6666
if: matrix.os == 'windows-2019'
67+
shell: bash -l {0}
6768
run: |
6869
if [[ "${{ matrix.cuda }}" == "cu118" ]]; then
6970
echo ("TORCH_CUDA_ARCH_LIST='3.5;5.0;6.0;6.1;7.0;7.5;8.0;8.6;8.9+PTX'") >> $env:GITHUB_ENV

0 commit comments

Comments
 (0)