Skip to content

Commit d358d5e

Browse files
committed
ci: disabled Python 3.9 job (already mostly covered by typechecking job)
1 parent eddd978 commit d358d5e

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,11 @@ jobs:
1515
matrix:
1616
os: [ubuntu-latest, windows-latest, macOS-latest]
1717
python_version: [3.8]
18-
include:
19-
- os: ubuntu-latest
20-
python_version: 3.9
21-
#- os: macOS-latest
22-
# python_version: 3.9
18+
#include:
2319
# Experimental: Python 3.9
20+
# Works fine, commented out because mostly covered (at least installing/building deps) by the typecheck job
2421
# See issue: https://github.com/NeuroTechX/eeg-notebooks/issues/50
25-
#- os: ubuntu-18.04
22+
#- os: ubuntu-latest
2623
# python_version: 3.9
2724

2825
steps:

0 commit comments

Comments
 (0)