We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc12ed9 commit e4cf22cCopy full SHA for e4cf22c
1 file changed
.github/workflows/tests.yml
@@ -49,6 +49,12 @@ jobs:
49
run: |
50
pip install --upgrade pip
51
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')
58
59
- name: Run pytest
60
run: pytest --durations=10
0 commit comments