Skip to content

Commit

Permalink
Try cmd.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Jun 28, 2024
1 parent f70fffd commit 850d9a2
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: bash
shell: cmd.exe
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 850d9a2

Please sign in to comment.