Skip to content

Commit

Permalink
Deactivate the Quarto tests on the CI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Jul 9, 2024
1 parent cda2cb4 commit d3d1a3e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/step_tests-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ jobs:
no_markdown-it-py: true
- python-version: "3.x"
no_kernel: true
- python-version: "3.x"
quarto: true
# TODO: Quarto 1.5.54 introduces a new markdown cell at the
# top of the notebook, see #1255
# - python-version: "3.x"
# quarto: true

steps:
- name: Checkout
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Jupytext ChangeLog
- Go notebooks are supported too ([#1244](https://github.com/mwouts/jupytext/issues/1244))! Many thanks to [Jan Pfeifer](https://github.com/janpfeifer), author of [GoNB](https://github.com/janpfeifer/gonb), and to [HaveF](https://github.com/HaveF) for their help on this topic.
- Empty prefixes are now allowed in Jupytext format when specified as a dictionary ([#1144](https://github.com/mwouts/jupytext/issues/1144))

**Changed**
- We've had to deactivate the tests on the Quarto format in the CI as the Quarto round trip
might now add a Markdown cell to the notebook ([#1255](https://github.com/mwouts/jupytext/issues/1255))


1.16.2 (2024-05-05)
-------------------
Expand Down

0 comments on commit d3d1a3e

Please sign in to comment.