Skip to content

Commit

Permalink
chore(ci): Add Windows test job
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Dec 13, 2024
1 parent 7a1d744 commit ed7cd2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ jobs:
python-version: '3'
dependencies: full
source: 'sdist'
- os: windows-latest
python-version: '3.12'
dependencies: full
source: repo
exclude:
# Drop pre tests for SPEC-0-unsupported Python versions
# See https://scientific-python.org/specs/spec-0000/
Expand Down

0 comments on commit ed7cd2b

Please sign in to comment.