Skip to content

Commit

Permalink
[Temp] Hack-in the myst-parser requirement for debugging
Browse files Browse the repository at this point in the history
Needed to trace what conflicts with it
  • Loading branch information
LecrisUT committed Jun 23, 2023
1 parent bc12ed9 commit e4cf22c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ jobs:
run: |
pip install --upgrade pip
pip install --upgrade "Sphinx${{ matrix.sphinx }}" -e .[testing]
if: contains(matrix.sphinx, '7.0') != true
- name: Install myst-nb with Sphinx ${{ matrix.sphinx }}
run: |
pip install --upgrade pip
pip install --upgrade "Sphinx${{ matrix.sphinx }}" "myst-parser~=2.0" -e .[testing]
if: contains(matrix.sphinx, '7.0')

- name: Run pytest
run: pytest --durations=10
Expand Down

0 comments on commit e4cf22c

Please sign in to comment.