From ed7cd2b8b0598db97d0c0f971afec0a9556e5841 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Fri, 13 Dec 2024 16:43:53 -0500 Subject: [PATCH] chore(ci): Add Windows test job --- .github/workflows/build-test-deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-test-deploy.yml b/.github/workflows/build-test-deploy.yml index 38809d85..8a5acb3b 100644 --- a/.github/workflows/build-test-deploy.yml +++ b/.github/workflows/build-test-deploy.yml @@ -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/