Skip to content

Commit d73f9a1

Browse files
committed
Fix
1 parent f7f26c9 commit d73f9a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/minimal-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uv venv .venv-minimal
3333
# Install only the built wheel -- no extras, no dev deps.
3434
# This simulates what an end-user gets with `pip install a2a-sdk`.
35-
.venv-minimal/bin/pip install dist/*.whl
35+
VIRTUAL_ENV=.venv-minimal uv pip install dist/*.whl
3636
3737
- name: Run import smoke test
3838
run: .venv-minimal/bin/python scripts/test_minimal_install.py

0 commit comments

Comments
 (0)