Skip to content

Commit

Permalink
Update CI build to also run windows and ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
niekdejonge committed Oct 31, 2023
1 parent dedb641 commit cba8d5f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ on:
jobs:
build:

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

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

0 comments on commit cba8d5f

Please sign in to comment.