Skip to content

Commit

Permalink
Merge pull request #310 from blink1073/fix-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Oct 1, 2022
2 parents 59d5c58 + abebf7a commit 7e28474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
pip check
- name: Run the tests
run: |
pytest -vv || pytest -vv --lf
pytest -vv -W default || pytest -vv --lf -W default
make_sdist:
name: Make SDist
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Changes in nbformat
5.6.1
=====

* Fix handling of ``__version__` on Python 3.7.
* Fix handling of ``__version__`` on Python 3.7.

5.6.0
=====
Expand Down

0 comments on commit 7e28474

Please sign in to comment.