Skip to content

Commit

Permalink
GitHub Actions bugfixing
Browse files Browse the repository at this point in the history
  • Loading branch information
mkranzlein committed Aug 20, 2023
1 parent 0b4c9ab commit c36d869
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ jobs:
post-cleanup: 'all'
- name: Run tests
run: pytest
shell: bash -el {0}
- name: Run tests (Windows)
run: pytest
shell: pwsh

0 comments on commit c36d869

Please sign in to comment.