From: Mike Bayer Date: Fri, 3 Apr 2026 16:02:03 +0000 (-0400) Subject: disable failing actions combos so we can get a green X-Git-Tag: rel_2_0_49~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a17163bdd82848d0f4053f0f1b6728ee31867de3;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git disable failing actions combos so we can get a green Change-Id: I120b14b03f6baeff67be7195a07f47e29e67ba84 --- diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index ffde6ea69f..0ca01a54f2 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -99,6 +99,15 @@ jobs: - os: "windows-latest" python-version: "pypy-3.10" architecture: x86 + # these combos are failing on CI, disabled for now + - os: "windows-latest" + python-version: "3.11" + architecture: x86 + build-type: "cext-greenlet" + - os: "windows-latest" + python-version: "3.11" + architecture: x64 + build-type: "cext" fail-fast: false