Skip to content

Commit cbb673c

Browse files
minor: Rename pixi packing task
1 parent d931efe commit cbb673c

File tree

3 files changed

+62
-62
lines changed

3 files changed

+62
-62
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ upload: check_upkie_name ## upload built targets to the Raspberry Pi
3535
$(CURDIR)/ ${UPKIE_NAME}:$(CURDIR_NAME)/
3636

3737
pack_pixi_env: ## pack Python environment to be deployed on your Upkie
38-
@pixi run pack-to-upkie || { \
38+
@pixi run pack || { \
3939
echo "Error: pixi not found"; \
4040
echo "See https://pixi.sh/latest/#installation"; \
4141
exit 1; \
4242
}
4343

4444
unpack_pixi_env: ### unpack Python environment
45-
@pixi-pack unpack environment.tar || { \
45+
@pixi-unpack environment.tar || { \
4646
echo "Error: pixi-pack not found"; \
47-
echo "You can download `pixi-pack-aarch64-unknown-linux-musl` from https://github.com/Quantco/pixi-pack/releases"; \
47+
echo "See https://github.com/Quantco/pixi-pack?tab=readme-ov-file#-installation"; \
4848
exit 1; \
4949
}
5050

0 commit comments

Comments
 (0)