Skip to content

Commit

Permalink
build: test macos and Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
GabDug committed Apr 1, 2024
1 parent b42c9f9 commit 163e83c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ jobs:
python-version: ["3.9", "3.10", "3.11", "3.12"]
# Empty is latest, head is latest from GitHub
pdm-version: [""]
os: [ubuntu-latest]
include:
- os: macOS-latest
python-version: '3.12'
pdm-version: ""
- os: windows-latest
python-version: '3.12'
pdm-version: ""

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -76,3 +84,5 @@ jobs:

- name: Check Python package
uses: hynek/build-and-inspect-python-package@v2
with:
upload-name-suffix: -${{ matrix.python-version }}-${{ matrix.os }}

0 comments on commit 163e83c

Please sign in to comment.