Skip to content

Commit

Permalink
Reinstate savefig test
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoon committed Jul 12, 2023
1 parent c8f5f23 commit e273430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
python -c "import monet; print('monet.__version__', getattr(monet, '__version__', '?'))"
- name: pytest
run: python -m pytest -k 'not savefig' -v melodies_monet
run: python -m pytest -k -v melodies_monet

- name: Run docs/examples notebooks as scripts
run: |
Expand Down

0 comments on commit e273430

Please sign in to comment.