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 18, 2023
1 parent 4badeb5 commit d0aa2e2
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 d0aa2e2

Please sign in to comment.