From d358d5ed647492680d71c3990beeda45e820cab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bj=C3=A4reholt?= Date: Fri, 25 Mar 2022 15:17:45 +0100 Subject: [PATCH] ci: disabled Python 3.9 job (already mostly covered by typechecking job) --- .github/workflows/test.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f30ab53c..8f808173 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,14 +15,11 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] python_version: [3.8] - include: - - os: ubuntu-latest - python_version: 3.9 - #- os: macOS-latest - # python_version: 3.9 + #include: # Experimental: Python 3.9 + # Works fine, commented out because mostly covered (at least installing/building deps) by the typecheck job # See issue: https://github.com/NeuroTechX/eeg-notebooks/issues/50 - #- os: ubuntu-18.04 + #- os: ubuntu-latest # python_version: 3.9 steps: