Skip to content

Commit

Permalink
Use windows for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Aug 21, 2023
1 parent fbd86e5 commit 790dffb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/_local_ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@ jobs:

pytest:
name: pytest
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
os: ["ubuntu-latest", "windows-latest"]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 790dffb

Please sign in to comment.