Skip to content

Commit 781dcfa

Browse files
committed
Install required packages
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
1 parent e23272e commit 781dcfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sdk/python/Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ python-dist: python-sync-guest-resources
6161
# Build only the platform-specific maturin backend wheels.
6262
# Used by CI to produce Windows wheels without needing guest binaries.
6363
# Requires sandbox-world.wasm to exist (run `just wasm guest-compile-wit` first).
64-
python-dist-backends:
64+
python-dist-backends: python-sync-env
6565
-{{rmrf}} {{wasm-wheels}}
6666
-{{rmrf}} {{hyperlight-js-wheels}}
6767
cd {{repo-root}}/src/sdk/python/wasm_backend && uv run maturin build --release --out {{wasm-wheels}}

0 commit comments

Comments
 (0)