File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -66,13 +66,12 @@ jobs:
6666 - name : Install Conda environment with Micromamba
6767 uses : mamba-org/provision-with-micromamba@main
6868 with :
69+ environment-name : ipympl-dev
70+ environment-file : dev-environment.yml
6971 python-version : ${{ matrix.python-version }}
7072 auto-activate-base : false
7173 channels : conda-forge
7274
73- - name : Install dependencies
74- run : mamba install python=${{ matrix.python-version }} pip yarn nodejs=16 jupyterlab jupyter-packaging nbval pytest ipywidgets
75-
7675 - if : matrix.mpl-version == 'latest'
7776 name : Install latest Matplotlib
7877 run : pip install --upgrade --pre --index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple --extra-index-url https://pypi.org/simple matplotlib
You can’t perform that action at this time.
0 commit comments