Skip to content

Commit

Permalink
Try bash as shell for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Jun 28, 2024
1 parent b169dd4 commit f70fffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:

- name: Run tests Windows
if: runner.os == 'Windows'
shell: cmd
shell: bash
run: |
python -c "import os; os.system('hatch test --python ${{ matrix.python-version }} --cover --randomize --parallel --retries 2 --retry-delay 1')"

0 comments on commit f70fffd

Please sign in to comment.