Skip to content

Commit 642a338

Browse files
12rambauivanov
authored andcommitted
fix: drop the dev test (pydata#1623)
1 parent 39d9e7f commit 642a338

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)