Skip to content

Commit dd15002

Browse files
committed
chore(ci): Add Windows test job
1 parent 934787f commit dd15002

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ jobs:
6666
python-version: '3'
6767
dependencies: full
6868
source: 'sdist'
69+
- os: windows-latest
70+
python-version: '3.12'
71+
dependencies: full
72+
source: repo
6973
exclude:
7074
# Drop pre tests for SPEC-0-unsupported Python versions
7175
# See https://scientific-python.org/specs/spec-0000/

0 commit comments

Comments
 (0)