Skip to content

Commit

Permalink
make cargo update do a dry-run only
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Dec 2, 2022
1 parent 281ad98 commit df1dc33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .ci/install_cargo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ export PATH="$HOME/.cargo/bin:$PATH"
rustc -V
rustup target add aarch64-apple-darwin

# update crates.io index without updating Cargo.lock
export CARGO_NET_GIT_FETCH_WITH_CLI=true
cargo update
cargo update --dry-run
2 changes: 1 addition & 1 deletion .github/workflows/build_wheel_all_archs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cibuildwheel_ubuntu

on:
#pull_request: # use for testing modifications to this action
pull_request: # use for testing modifications to this action
push:
branches: [latest]
tags: v*
Expand Down

0 comments on commit df1dc33

Please sign in to comment.