macOS CI: replace jupyter with jupyterlab (#19029)
This commit is contained in:
parent
977117b502
commit
d183d16abb
1 changed files with 1 additions and 2 deletions
3
.github/workflows/macos_python.yml
vendored
3
.github/workflows/macos_python.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue