Skip to content

Commit

Permalink
Merge pull request #449 from ianhi/latest-mpl
Browse files Browse the repository at this point in the history
use new matplotlib nightly wheel in tests
  • Loading branch information
ianhi authored Apr 1, 2022
2 parents 01511c1 + 74c947d commit 214c6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mpl-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 214c6b6

Please sign in to comment.