From 487a1943167909839c838c6d837ec4c792778baa Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Tue, 13 Dec 2022 10:33:48 +0100 Subject: CI: exclude non-static Windows jobs. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68b6a43c..ff604351 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,10 +103,11 @@ jobs: - os: macos-latest allowed_failure: true # Unicode parsing fails in Py3 + exclude: # Windows sub-jobs # ============== - os: windows-2019 - env: [{ STATIC_DEPS: true }] # always static + env: { STATIC_DEPS: false } # always static # This defaults to 360 minutes (6h) which is way too long and if a test gets stuck, it can block other pipelines. # From testing, the runs tend to take ~3 minutes, so a limit of 20 minutes should be enough. This can always be -- cgit v1.2.1