From ac3ee0e76f34c72e274fb8e2ce86345d0b6b9746 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 29 Aug 2024 10:04:54 -1000 Subject: [PATCH] Ensure we are testing on MacOS and Win --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1606c8f..5baff9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,10 @@ jobs: os: macos-latest - python-version: "3.11" os: macos-latest + - extension: "use_cython" + os: windows-latest + - extension: "use_cython" + os: macos-latest steps: - uses: actions/checkout@v4 - name: Set up Python