Skip to content

Commit

Permalink
ci: update the packaging workflow to build on Windows & Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-laporte-pro committed Jun 14, 2024
1 parent fcf075e commit f18c9f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ on:
jobs:
build:

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

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

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

0 comments on commit f18c9f9

Please sign in to comment.