diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 11fdcb0..2affa5b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 \ No newline at end of file