Skip to content

Commit

Permalink
initialize more shells
Browse files Browse the repository at this point in the history
  • Loading branch information
tayden committed Jan 24, 2025
1 parent a7f6a94 commit d9535b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/_conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ jobs:
-c pytorch -c nvidia -c conda-forge
cache-downloads: true
cache-downloads-key: ${{ runner.os }}-${{ runner.arch }}-${{ env.CACHE_NUMBER }}
init-shell: bash
init-shell: >-
bash
powershell
cmd.exe
- name: Verify rattler-build installation
run: rattler-build --version
Expand Down

0 comments on commit d9535b7

Please sign in to comment.