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 0597998 commit 67e2df6Copy full SHA for 67e2df6
.github/workflows/link-check.yml
@@ -40,4 +40,4 @@ jobs:
40
- name: Check links in notebooks
41
env:
42
LANGCHAIN_API_KEY: test
43
- run: pytest -o python_files=non_python_only --check-links --ignore="*.py" -k .ipynb --check-links-ignore "https://(api|web)\.smith\.langchain\.com/.*" --check-links-ignore "https://x.com/*". --check-links-ignore "https://twitter.com/*"
+ run: pytest -o python_files=non_python_only --check-links --ignore="*.py" -k .ipynb --check-links-ignore "https://(api|web)\.smith\.langchain\.com/.*" --check-links-ignore "https://x.com/*". --check-links-ignore "https://twitter.com/*" --check-links-ignore "https://*.streamlit.app/"
optimization/tweet-critic
0 commit comments