There was an error while loading. Please reload this page.
1 parent 5009017 commit 9926302Copy full SHA for 9926302
1 file changed
.github/workflows/pypi.yml
@@ -514,7 +514,7 @@ jobs:
514
fi
515
516
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__}')"
+ python -c "import ogx_client; print(f'ogx_client imported successfully from {ogx_client.__file__}')"
518
519
520
- name: Verify TypeScript package
0 commit comments