Skip to content

Commit

Permalink
Skip the test with 'pre' versions
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mwouts committed Dec 15, 2024
1 parent f50a116 commit 4b4881a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/step_tests-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ jobs:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
experimental: [false]
include:
# Test pre-release versions
- python-version: "3.x"
dependency_type: "pre"
experimental: false
# 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 4b4881a

Please sign in to comment.