We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eddd978 commit d358d5eCopy full SHA for d358d5e
1 file changed
.github/workflows/test.yml
@@ -15,14 +15,11 @@ jobs:
15
matrix:
16
os: [ubuntu-latest, windows-latest, macOS-latest]
17
python_version: [3.8]
18
- include:
19
- - os: ubuntu-latest
20
- python_version: 3.9
21
- #- os: macOS-latest
22
- # python_version: 3.9
+ #include:
23
# Experimental: Python 3.9
+ # Works fine, commented out because mostly covered (at least installing/building deps) by the typecheck job
24
# See issue: https://github.com/NeuroTechX/eeg-notebooks/issues/50
25
- #- os: ubuntu-18.04
+ #- os: ubuntu-latest
26
# python_version: 3.9
27
28
steps:
0 commit comments