From 74c947da7a731a4d9423d06b8493e744ea2b72d4 Mon Sep 17 00:00:00 2001 From: Ian Hunt-Isaak Date: Thu, 31 Mar 2022 20:19:51 -0400 Subject: [PATCH] use new matplotlib nightly wheel in tests --- .github/workflows/mpl-latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mpl-latest.yml b/.github/workflows/mpl-latest.yml index bb12725d..ef92fea8 100644 --- a/.github/workflows/mpl-latest.yml +++ b/.github/workflows/mpl-latest.yml @@ -31,7 +31,7 @@ jobs: shell: bash -l {0} run: | mamba install python=${{ matrix.python-version }} pip nodejs ipywidgets=7.6 jupyter jupyterlab=3 pillow numpy flake8 pytest nbval yarn build - pip install git+https://github.com/matplotlib/matplotlib.git + pip install --upgrade --pre --index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple --extra-index-url https://pypi.org/simple matplotlib - name: Install ipympl shell: bash -l {0}