Skip to content

Commit d9535b7

Browse files
committed
initialize more shells
1 parent a7f6a94 commit d9535b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/_conda-build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@ jobs:
5454
-c pytorch -c nvidia -c conda-forge
5555
cache-downloads: true
5656
cache-downloads-key: ${{ runner.os }}-${{ runner.arch }}-${{ env.CACHE_NUMBER }}
57-
init-shell: bash
57+
init-shell: >-
58+
bash
59+
powershell
60+
cmd.exe
5861
5962
- name: Verify rattler-build installation
6063
run: rattler-build --version

0 commit comments

Comments
 (0)