Skip to content

Commit

Permalink
Update Critic Version
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw committed Mar 21, 2024
1 parent 0597998 commit 67e2df6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
- name: Check links in notebooks
env:
LANGCHAIN_API_KEY: test
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/"
2 changes: 1 addition & 1 deletion optimization/tweet-critic
Submodule tweet-critic updated 3 files
+6 −0 README.md
+ img/demo.gif
+6 −2 main.py

0 comments on commit 67e2df6

Please sign in to comment.