Skip to content

Commit

Permalink
Mark the test with 'pre' versions as experimental
Browse files Browse the repository at this point in the history
Currently that test fails on the CI, see https://github.com/mwouts/jupytext/actions/runs/12338664239/job/34433965531

A similar report exists already at ipython/ipykernel#1292
  • Loading branch information
mwouts committed Dec 15, 2024
1 parent da35217 commit f6aecde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/step_tests-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# Test pre-release versions
- python-version: "3.x"
dependency_type: "pre"
experimental: false
experimental: true
# Test minimum markdown-it-py supported (otherwise the most recent version is used)
- python-version: "3.x"
markdown-it-py: "~=2.0"
Expand Down

0 comments on commit f6aecde

Please sign in to comment.