From 68a8aaea8f38fe6b5c7a49f008e9c81151de9a16 Mon Sep 17 00:00:00 2001 From: Jirka Borovec Date: Mon, 15 Mar 2021 01:26:05 +0100 Subject: [PATCH] min --- .github/workflows/ci_test-full.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci_test-full.yml b/.github/workflows/ci_test-full.yml index fa076626713f7..83066bdd00274 100644 --- a/.github/workflows/ci_test-full.yml +++ b/.github/workflows/ci_test-full.yml @@ -17,6 +17,10 @@ jobs: os: [ubuntu-18.04, windows-2019, macOS-10.15] python-version: [3.6, 3.7, 3.8, 3.9] requires: ['minimal', 'latest'] + exclude: + - python-version: 3.9 + os: windows-2019 + requires: 'minimal' # Timeout: https://stackoverflow.com/a/59076067/4521646 # TODO: the macOS is taking too long, probably caching did not work...