From: Mike Bayer Date: Fri, 3 Apr 2026 16:19:52 +0000 (-0400) Subject: correct that last exclude, only the greenlet builds X-Git-Tag: rel_2_0_49~1 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=83f3831347b88beeba7c7cd44cce4c37bd8b6125;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git correct that last exclude, only the greenlet builds Change-Id: I6944fdbf6c96b2b462bc91040bc347f9736c754a --- diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index 0ca01a54f2..204f3deb6a 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -107,7 +107,7 @@ jobs: - os: "windows-latest" python-version: "3.11" architecture: x64 - build-type: "cext" + build-type: "cext-greenlet" fail-fast: false