We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01511c1 commit 74c947dCopy full SHA for 74c947d
.github/workflows/mpl-latest.yml
@@ -31,7 +31,7 @@ jobs:
31
shell: bash -l {0}
32
run: |
33
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
+ pip install --upgrade --pre --index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple --extra-index-url https://pypi.org/simple matplotlib
35
36
- name: Install ipympl
37
0 commit comments