Skip to content

Commit 6f2f5b3

Browse files
committed
don't reinflate the zip archive
1 parent 6a18601 commit 6f2f5b3

File tree

2 files changed

+34
-34
lines changed

2 files changed

+34
-34
lines changed

pixi.lock

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pixi.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ cwd = "humble_ws"
8282
# Go2 example:
8383

8484
[tasks.go2_example_data]
85-
cmd = "curl -L -C - -O https://storage.googleapis.com/rerun-example-datasets/go2_ros2.zip && unzip go2_ros2.zip"
85+
cmd = "curl -L -C - -O https://storage.googleapis.com/rerun-example-datasets/go2_ros2.zip && unzip -n go2_ros2.zip"
8686
cwd = "humble_ws/install/rerun_bridge/share/rerun_bridge"
8787
outputs = ["humble_ws/install/rerun_bridge/share/rerun_bridge/go2_ros2"]
8888
depends-on = ["build"]
@@ -120,7 +120,7 @@ cmd = "pip install git+https://github.com/rerun-io/rerun-loader-python-example-u
120120

121121
[dependencies]
122122
python = "3.11.*"
123-
numpy = "1.24.*" #1.26.x fails during go2_interface compile
123+
numpy = "1.26.*" #1.26.x fails during go2_interface compile
124124
pip = ">=24.0,<25" # To install rerun-sdk
125125

126126
# C++ build-tools:

0 commit comments

Comments
 (0)