We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f991e commit cb11326Copy full SHA for cb11326
.github/workflows/ci.yaml
@@ -66,7 +66,8 @@ jobs:
66
# Exclude local links
67
# and the template link in pyproject.toml
68
# Don't check for conda-forge while we haven't released there
69
- args: "--exclude 'file://' --exclude '^https://github\\.com/openscm/example-fgen-basic/pull/\\{issue\\}$' --exclude '^https://github.com/conda-forge/example-fgen-basic-feedstock$' ."
+ # Don't check https://www.readthedocs.org/ as it hits rate limits
70
+ args: "--exclude 'file://' --exclude '^https://github\\.com/openscm/example-fgen-basic/pull/\\{issue\\}$' --exclude '^https://github.com/conda-forge/example-fgen-basic-feedstock$' --exclude '^https://www.readthedocs.org/$' ."
71
72
tests:
73
strategy:
0 commit comments