From db3d29d4b3a3486241c061c726d47a3000495fde Mon Sep 17 00:00:00 2001 From: kklein Date: Wed, 26 Jun 2024 14:42:38 +0200 Subject: [PATCH] Enable Windows tests. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e40cdc9..02d971c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest, windows-latest] env: ["py310", "py311", "py312"] steps: - name: Checkout branch