Skip to content

Commit

Permalink
Update reusable-cookie.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Aug 19, 2024
1 parent e28b018 commit 026b4a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/reusable-cookie.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
include:
- python-version: pypy-3.9
runs-on: ubuntu-latest
- python-version: "3.12"
runs-on: windows-latest
exclude:
# Copier doesn't work on 3.13 Windows
- python-version: "3.13"
runs-on: windows-latest

steps:
- uses: actions/checkout@v4
Expand All @@ -51,6 +57,7 @@ jobs:
run: nox -s 'tests(setuptools, novcs)' -s 'tests(setuptools, vcs)'

- name: Test pybind11
if: matrix.python-version != 'pypy-3.9'
run: nox -s 'tests(pybind11, novcs)' -s 'tests(pybind11, vcs)'

- name: Test scikit-build
Expand Down

0 comments on commit 026b4a5

Please sign in to comment.