From 96796796cbf4c94832690b30c88aef6e51c0c91c Mon Sep 17 00:00:00 2001 From: joydeep049 Date: Tue, 31 Dec 2024 12:34:03 +0530 Subject: [PATCH] ci: disable windows tests Signed-off-by: joydeep049 --- .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 163c2a87..9fbbf5d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: true matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, macos-latest] python-version: ["3.10", "3.11", "3.12", "3.13"] steps: