Skip to content

fix(ci): install wheel dependencies in publish smoke test - #45

Merged
eschaar merged 1 commit into
mainfrom
fix/publish-smoke-test-deps
May 10, 2026
Merged

fix(ci): install wheel dependencies in publish smoke test#45
eschaar merged 1 commit into
mainfrom
fix/publish-smoke-test-deps

Conversation

@eschaar

@eschaar eschaar commented May 9, 2026

Copy link
Copy Markdown
Owner

The publish smoke test installed dist/*.whl with --no-deps and then ran vstack --help. Since vstack imports yaml at startup, the runtime dependency PyYAML was missing and the step failed with ModuleNotFoundError.

Install the wheel normally so runtime dependencies are resolved during the smoke test.

The publish smoke test installed dist/*.whl with --no-deps and then ran
vstack --help. Since vstack imports yaml at startup, the runtime dependency
PyYAML was missing and the step failed with ModuleNotFoundError.

Install the wheel normally so runtime dependencies are resolved during the
smoke test.
@eschaar
eschaar merged commit 8fa6502 into main May 10, 2026
16 checks passed
@eschaar
eschaar deleted the fix/publish-smoke-test-deps branch May 10, 2026 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant