Skip to content

Commit

Permalink
ci[patch]: Use workspace command for notebook validate (#6569)
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul authored Aug 19, 2024
1 parent f6e635c commit fc01973
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate_new_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if [ -n "$notebooks" ]; then
for notebook in $notebooks; do
absolute_path="$GITHUB_WORKSPACE/$notebook"
yarn notebook:validate -- "$absolute_path"
yarn workspace @langchain/scripts notebook_validate "$absolute_path"
done
else
echo "No notebooks in docs/core_docs to validate."
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"test:standard:int": "turbo test:standard:int",
"test:standard": "yarn test:standard:unit && yarn test:standard:int",
"example": "yarn workspace examples start",
"notebook:validate": "turbo --filter=@langchain/scripts notebook:validate",
"precommit": "turbo precommit",
"docs": "yarn workspace core_docs start",
"docs:api_refs": "yarn workspace api_refs start",
Expand Down

0 comments on commit fc01973

Please sign in to comment.