Skip to content

Commit d3706c0

Browse files
authored
use matplotlib nightly wheel in tests
1 parent 752073c commit d3706c0

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.github_project_name}}/.github/workflows

1 file changed

+1
-1
lines changed

{{cookiecutter.github_project_name}}/.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- if: matrix.mpl-version!='latest'
4848
name: Install matplotlib pinned
49-
run: pip install matplotlib~=${matrix.mpl-version}
49+
run: pip install --upgrade --pre --index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple --extra-index-url https://pypi.org/simple matplotlib
5050

5151
- name: Install
5252
run: |

0 commit comments

Comments
 (0)