From 2e4e5c1873ce3f2ea2a1210ac3227e57a291b896 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 19 Oct 2021 19:26:13 +0300 Subject: [PATCH] Temporary disable CI for Windows+Python 3.10 --- .github/workflows/core.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 5e7c2633..0a0e9a16 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -12,6 +12,8 @@ jobs: exclude: - os: macos-latest python-version: "3.6" + - os: windows-latest + python-version: "3.10" runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2