Skip to content

Commit

Permalink
[cicd] achange windows default shell
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Dec 18, 2024
1 parent 4211f7a commit 63eb432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
runs-on: windows-latest
defaults:
run:
shell: cmd /C CALL {0}
shell: cmd
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v3
Expand Down

0 comments on commit 63eb432

Please sign in to comment.