Skip to content

Commit 86e0e99

Browse files
fix workflow to step 6
1 parent 5b2c05c commit 86e0e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/5-frameworks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Check for LangChain in package.json
4545
id: check_langchain
4646
run: |
47-
if [ -f "packages/webapi/package.json" ] && grep -q "@langchain/azure-openai" packages/webapi/package.json; then
47+
if [ -f "packages/webapi/package.json" ] && grep -q "@langchain/openai" packages/webapi/package.json; then
4848
echo "langchain_exists=true" >> $GITHUB_OUTPUT
4949
else
5050
echo "langchain_exists=false" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)