Skip to content

Commit

Permalink
Pin matplotlib version for Windows CI (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs authored Aug 5, 2024
1 parent dbb7e26 commit 9008fde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:

- name: Install dependencies
run: |
pip install matplotlib==3.9.0
pip install -r requirements.txt
pip install .
pip install pytest
Expand All @@ -78,4 +79,4 @@ jobs:

- name: Testing with pytest
run: |
pytest . --verbose
pytest . --verbose

0 comments on commit 9008fde

Please sign in to comment.