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:
66
66
- name : Install Conda environment with Micromamba
67
67
uses : mamba-org/provision-with-micromamba@main
68
68
with :
69
+ environment-name : ipympl-dev
70
+ environment-file : dev-environment.yml
69
71
python-version : ${{ matrix.python-version }}
70
72
auto-activate-base : false
71
73
channels : conda-forge
72
74
73
- - name : Install dependencies
74
- run : mamba install python=${{ matrix.python-version }} pip yarn nodejs=16 jupyterlab jupyter-packaging nbval pytest ipywidgets
75
-
76
75
- if : matrix.mpl-version == 'latest'
77
76
name : Install latest Matplotlib
78
77
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