Skip to content

Commit

Permalink
Run the test on Windows on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
aisk committed Apr 6, 2024
1 parent 62979f4 commit cee516b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ on:
jobs:
build:

runs-on: ubuntu-20.04
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.9", "pypy3.10"]
os: ["ubuntu-20.04", "windows-latest"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit cee516b

Please sign in to comment.