From 68334bc9b2723b88cd3eaabe91e64a69b2692957 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Tue, 24 Oct 2023 23:45:16 -0500 Subject: [PATCH] Revert testing on Windows in normal CI --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60746841b8..81324f2884 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,10 +31,6 @@ jobs: include: - os: macos-latest python-version: '3.11' - - os: windows-latest - python-version: '3.9' - - os: windows-latest - python-version: '3.11' steps: - uses: actions/checkout@v4