Skip to content

Commit

Permalink
add config for link checking, and mark 429 (too many requests) as fine
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianp committed Oct 14, 2024
1 parent 36196d5 commit e129974
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/mlc_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"timeout": "20s",
"retryCount": 5,
"aliveStatusCodes": [
429
]
}
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ jobs:
with:
use-quiet-mode: yes
use-verbose-mode: yes
config-file: 'mlc_config.json'
3 changes: 2 additions & 1 deletion examples/perturbations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,8 @@
"name": "python3"
},
"language_info": {
"name": "python"
"name": "python",
"version": "3.11.10"
}
},
"nbformat": 4,
Expand Down

0 comments on commit e129974

Please sign in to comment.