ci: examples workflow now avoids matplotlib v3.7.0 which breaks import

of local style files.
This commit is contained in:
Fabian Joswig 2023-02-19 18:42:38 +00:00
parent a538be82d7
commit a2ed2653c6
No known key found for this signature in database

View file

@ -36,6 +36,7 @@ jobs:
pip install .
pip install pytest
pip install nbmake
pip install -U matplotlib!=3.7.0 # Exclude version 3.7.0 of matplotlib as this breaks local imports of style files.
- name: Run tests
run: pytest -vv --nbmake examples/*.ipynb