We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f26c9 commit d73f9a1Copy full SHA for d73f9a1
1 file changed
.github/workflows/minimal-install.yml
@@ -32,7 +32,7 @@ jobs:
32
uv venv .venv-minimal
33
# Install only the built wheel -- no extras, no dev deps.
34
# This simulates what an end-user gets with `pip install a2a-sdk`.
35
- .venv-minimal/bin/pip install dist/*.whl
+ VIRTUAL_ENV=.venv-minimal uv pip install dist/*.whl
36
37
- name: Run import smoke test
38
run: .venv-minimal/bin/python scripts/test_minimal_install.py
0 commit comments