Skip to content

Commit

Permalink
fix failing rerun-cli build on py contrib ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Oct 23, 2024
1 parent c63bbea commit 522f5c2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/contrib_rerun_py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,7 @@ jobs:
# this stops `re_web_viewer_server/build.rs` from running
RERUN_IS_PUBLISHING: true
run: |
pixi run cargo build \
--locked \
-p rerun-cli \
--no-default-features \
--features release \
--release \
--target x86_64-unknown-linux-gnu
pixi run rerun-build-native-and-web-release
- name: Copy rerun-cli to wheel foldcer
run: |
Expand Down

0 comments on commit 522f5c2

Please sign in to comment.