Skip to content

Commit

Permalink
Merge pull request #21 from HiPCTProject/windows-testing
Browse files Browse the repository at this point in the history
Test on windows
  • Loading branch information
dstansby authored Feb 14, 2024
2 parents 531fcc1 + 6ebba72 commit 69131dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ jobs:
# Needed for setup-miniconda
shell: bash -el {0}

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
os: ["ubuntu-latest", "windows-latest"]

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

0 comments on commit 69131dd

Please sign in to comment.