Skip to content

Commit 74c947d

Browse files
committed
use new matplotlib nightly wheel in tests
1 parent 01511c1 commit 74c947d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mpl-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
shell: bash -l {0}
3232
run: |
3333
mamba install python=${{ matrix.python-version }} pip nodejs ipywidgets=7.6 jupyter jupyterlab=3 pillow numpy flake8 pytest nbval yarn build
34-
pip install git+https://github.com/matplotlib/matplotlib.git
34+
pip install --upgrade --pre --index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple --extra-index-url https://pypi.org/simple matplotlib
3535
3636
- name: Install ipympl
3737
shell: bash -l {0}

0 commit comments

Comments
 (0)