mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
ci: examples workflow now avoids matplotlib v3.7.0 which breaks import
of local style files.
This commit is contained in:
parent
a538be82d7
commit
a2ed2653c6
1 changed files with 1 additions and 0 deletions
1
.github/workflows/examples.yml
vendored
1
.github/workflows/examples.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue