From fd53fc44915ee3bea2f18c468eece4ed84476e1d Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Wed, 8 Nov 2023 15:18:34 -0500 Subject: [PATCH] MAINT: Fix CIs (#12188) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ac95ac1f591..6d45a299fdc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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