Skip to content

Commit

Permalink
ci: disabled Python 3.9 job (already mostly covered by typechecking job)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Mar 25, 2022
1 parent eddd978 commit d358d5e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d358d5e

Please sign in to comment.