diff options
Diffstat (limited to '.github/workflows/macos_python.yml')
-rw-r--r-- | .github/workflows/macos_python.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/macos_python.yml b/.github/workflows/macos_python.yml index 856d850cc8..5ccc84b119 100644 --- a/.github/workflows/macos_python.yml +++ b/.github/workflows/macos_python.yml @@ -46,8 +46,7 @@ jobs: - name: spack install run: | . .github/workflows/install_spack.sh - spack config add packages:opengl:paths:opengl@4.1:/usr/X11R6 - spack install -v --fail-fast py-jupyter %apple-clang + spack install -v --fail-fast py-jupyterlab %apple-clang install_scipy_clang: name: scipy, mpl, pd |