Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
# NOTE: macOS-latest has weird
os: [ubuntu-latest, windows-latest, macOS-10.15]
python_version: [3.8]
#include:
include:
# Experimental: macOS-11.0 (and later)
# Breaks due to: https://github.com/NeuroTechX/eeg-notebooks/pull/167#issuecomment-1078968579
- os: macOS-latest
python_version: 3.9
# 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
Expand Down