Skip to content

Commit 9926302

Browse files
committed
ci: verify OGX client package import
Signed-off-by: Sumanth Kamenani <skamenan@redhat.com>
1 parent 5009017 commit 9926302

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ jobs:
514514
fi
515515
516516
if [ -d "dist-client-python" ] && ls dist-client-python/*.whl 1>/dev/null 2>&1; then
517-
python -c "import llama_stack_client; print(f'llama_stack_client imported successfully from {llama_stack_client.__file__}')"
517+
python -c "import ogx_client; print(f'ogx_client imported successfully from {ogx_client.__file__}')"
518518
fi
519519
520520
- name: Verify TypeScript package

0 commit comments

Comments
 (0)