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 752073c commit d3706c0Copy full SHA for d3706c0
{{cookiecutter.github_project_name}}/.github/workflows/test.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- if: matrix.mpl-version!='latest'
48
name: Install matplotlib pinned
49
- run: pip install matplotlib~=${matrix.mpl-version}
+ run: pip install --upgrade --pre --index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple --extra-index-url https://pypi.org/simple matplotlib
50
51
- name: Install
52
run: |
0 commit comments