From 81eaf89e722c04230f545aebdc4095f4768a441a Mon Sep 17 00:00:00 2001 From: Chris Sellers Date: Thu, 30 Nov 2023 18:41:15 +1100 Subject: [PATCH] Temporarily skip windows in CI --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 212ce8a219e6..a968016550aa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: arch: [x64] - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest] # windows-latest python-version: ["3.10", "3.11", "3.12"] defaults: run: