Skip to content

Commit 4b4881a

Browse files
committed
Skip the test with 'pre' versions
Currently the ipykernel install step fails on the CI, see https://github.com/mwouts/jupytext/actions/runs/12338664239/job/34433965531 A similar report exists already at ipython/ipykernel#1292
1 parent f50a116 commit 4b4881a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: .github/workflows/step_tests-pip.yml

-4
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ jobs:
2929
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
3030
experimental: [false]
3131
include:
32-
# Test pre-release versions
33-
- python-version: "3.x"
34-
dependency_type: "pre"
35-
experimental: false
3632
# Test minimum markdown-it-py supported (otherwise the most recent version is used)
3733
- python-version: "3.x"
3834
markdown-it-py: "~=2.0"

0 commit comments

Comments
 (0)