Skip to content

Commit

Permalink
Changed shell to pwsh for all
Browse files Browse the repository at this point in the history
  • Loading branch information
mkranzlein committed Aug 20, 2023
1 parent fb2ffe4 commit 2347b5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
post-cleanup: 'none'
- name: Run tests
run: pytest
shell: bash -el {0}
- name: Run tests (Windows)
run: pytest
shell: pwsh
# See
# https://github.com/mamba-org/setup-micromamba#about-login-shells
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsshell
shell: pwsh

0 comments on commit 2347b5a

Please sign in to comment.