From f24f78ef64e38dd353ba1574092ddd8a361cf2a0 Mon Sep 17 00:00:00 2001 From: Niko Fink Date: Fri, 17 Nov 2023 09:41:14 +0100 Subject: [PATCH] also test on windows --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 4e13bf1..dbd71da 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -80,7 +80,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-latest, macos-latest ] # windows-latest + os: [ ubuntu-latest, macos-latest, windows-latest ] steps: - uses: actions/checkout@v3