Skip to content

Commit 4d47f95

Browse files
committed
[Temp] Hack-in the myst-parser requirement for debugging
Needed to trace what conflicts with it
1 parent 4badeb5 commit 4d47f95

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ jobs:
4949
run: |
5050
pip install --upgrade pip
5151
pip install --upgrade "Sphinx${{ matrix.sphinx }}" -e .[testing]
52+
if: contains(matrix.sphinx, '7.0') != true
53+
- name: Install myst-nb with Sphinx ${{ matrix.sphinx }}
54+
run: |
55+
pip install --upgrade pip
56+
pip install --upgrade "Sphinx${{ matrix.sphinx }}" "myst-parser~=2.0" -e .[testing]
57+
if: contains(matrix.sphinx, '7.0')
5258

5359
- name: Run pytest
5460
run: pytest --durations=10

0 commit comments

Comments
 (0)