Skip to content

Commit

Permalink
Pin version of mistune in check links workflow (#1895)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei-Aksionov authored Dec 30, 2024
1 parent d2ed13c commit 93fc1b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install "mistune<3.1" # a newer version is incompatible with nbconvert
pip install pytest pytest-check-links
- name: Check links
run: |
pytest --check-links README.md --check-links-ignore "http*"
pytest --check-links tutorials --check-links-ignore "http*"
pytest --check-links tutorials --check-links-ignore "http*"

0 comments on commit 93fc1b8

Please sign in to comment.