Skip to content

Commit dace0b8

Browse files
committed
Fixup
1 parent a988f9e commit dace0b8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)