Skip to content
Draft
Show file tree
Hide file tree
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
21 changes: 0 additions & 21 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,30 +66,9 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
python: '3.13'
kind: pip
- os: ubuntu-latest
python: '3.13'
kind: pip-pre
- os: ubuntu-latest
python: '3.13'
kind: conda
- os: macos-latest # arm64 (Apple Silicon): Sequoia
python: '3.13'
kind: mamba
- os: macos-14 # arm64 (Apple Silicon): Sonoma
python: '3.13'
kind: mamba
- os: windows-latest
python: '3.11'
kind: mamba
- os: ubuntu-latest
python: '3.12'
kind: minimal
- os: ubuntu-22.04
python: '3.10'
kind: old
steps:
- uses: actions/checkout@v5
with:
Expand Down
4 changes: 1 addition & 3 deletions tools/install_pre_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ python -m pip install $STD_ARGS \
git+https://github.com/BUNPC/pysnirf2 \
trame trame-vtk trame-vuetify jupyter ipyevents ipympl openmeeg \
imageio-ffmpeg xlrd mffpy traitlets pybv eeglabio defusedxml antio \
edfio
# https://github.com/the-siesta-group/edfio/issues/78
# git+https://github.com/the-siesta-group/edfio
"git+https://github.com/the-siesta-group/edfio.git@stop-using-lfs"
echo "::endgroup::"

echo "::group::Make sure we're on a NumPy 2.0 variant"
Expand Down
Loading