Skip to content

Commit

Permalink
MAINT: Fix CIs (mne-tools#12188)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Nov 8, 2023
1 parent 2bc47d0 commit fd53fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: 'Install OSMesa VTK variant'
run: |
# TODO: As of 2023/02/28, notebook tests need a pinned mesalib
mamba install -c conda-forge "vtk>=9.2=*osmesa*" "vtk-base>=9.2=*osmesa*" "mesalib=23.1.4"
mamba install -c conda-forge "vtk>=9.2=*osmesa*" "vtk-base>=9.2=*osmesa*" "mesalib=23.1.4" "numpy=1.24.4" "numba=0.57.1"
mamba list
if: matrix.kind == 'notebook'
- run: ./tools/github_actions_dependencies.sh
Expand Down

0 comments on commit fd53fc4

Please sign in to comment.