Skip to content

Commit

Permalink
MAINT: Avoid bad version for nb tests (mne-tools#11518)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Mar 1, 2023
1 parent 7e7d522 commit 8667612
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/linux_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ jobs:
use-mamba: true
- shell: bash -el {0}
run: |
conda install -c conda-forge "vtk>=9.2=*osmesa*"
# TODO: As of 2023/02/28, notebook tests need a pinned mesalib
mamba install -c conda-forge "vtk>=9.2=*osmesa*" "mesalib=21.2.5"
mamba list
name: 'Install OSMesa VTK variant'
- shell: bash -el {0}
run: |
Expand Down
2 changes: 1 addition & 1 deletion doc/install/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ MESA to render properly):

.. code-block:: console
$ conda install -c conda-forge "vtk>=9.2=*osmesa*"
$ conda install -c conda-forge "vtk>=9.2=*osmesa*" "mesalib=21.2.5"
Using the development version
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
- imageio-ffmpeg>=0.4.1
- vtk>=9.2
- traitlets
- pyvista>=0.32,!=0.35.2
- pyvista>=0.32,!=0.35.2,!=0.38.0,!=0.38.1,!=0.38.2,!=0.38.3
- pyvistaqt>=0.4
- qdarkstyle
- darkdetect
Expand Down

0 comments on commit 8667612

Please sign in to comment.