We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44cda14 commit 24523bdCopy full SHA for 24523bd
.github/workflows/check-links.yml
@@ -23,8 +23,8 @@ jobs:
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
26
- pip install pytest pytest-check-links
+ pip install pytest pytest-check-links pytest-retry
27
28
- name: Check links
29
30
- pytest --check-links ./ --check-links-ignore "https://platform.openai.com/*" --check-links-ignore "https://arena.lmsys.org"
+ pytest --check-links ./ --check-links-ignore "https://platform.openai.com/*" --check-links-ignore "https://arena.lmsys.org" --retries 2 --retry-delay 5
0 commit comments