Skip to content

Commit

Permalink
fix: drop the dev test (#1623)
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Jan 4, 2024
1 parent 921474c commit 4aa82e2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,11 @@ jobs:
- os: ubuntu-latest
python-version: "3.9"
sphinx-version: "old"
- os: ubuntu-latest
python-version: "3.12"
sphinx-version: "dev"
# crash with myst parser
# will be restored when myst will be dropped from our documentation
# - os: ubuntu-latest
# python-version: "3.12"
# sphinx-version: "dev"
env:
SPHINX_VERSION: ${{ matrix.sphinx-version }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 4aa82e2

Please sign in to comment.