Skip to content

Commit fe0de3e

Browse files
authored
ci: update release workflow for prebuilt (#3621)
1 parent f51831f commit fe0de3e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,10 @@ jobs:
195195
"$PKG_NAME==$VERSION" \
196196
)
197197
198+
if [[ "$PKG_NAME" == *prebuilt* ]]; then
199+
poetry run pip install langgraph
200+
fi
201+
198202
if [[ "$PKG_NAME" == *checkpoint* || "$PKG_NAME" == *prebuilt* ]]; then
199203
# since checkpoint packages are namespace packages, import them with . convention
200204
# i.e. import langgraph.checkpoint or langgraph.checkpoint.sqlite

0 commit comments

Comments
 (0)