Skip to content

Commit 4aa82e2

Browse files
authored
fix: drop the dev test (#1623)
1 parent 921474c commit 4aa82e2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/tests.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,11 @@ jobs:
129129
- os: ubuntu-latest
130130
python-version: "3.9"
131131
sphinx-version: "old"
132-
- os: ubuntu-latest
133-
python-version: "3.12"
134-
sphinx-version: "dev"
132+
# crash with myst parser
133+
# will be restored when myst will be dropped from our documentation
134+
# - os: ubuntu-latest
135+
# python-version: "3.12"
136+
# sphinx-version: "dev"
135137
env:
136138
SPHINX_VERSION: ${{ matrix.sphinx-version }}
137139
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)