Skip to content

Commit

Permalink
Try using Git executable for cargo fetch. (#8987) (#8988)
Browse files Browse the repository at this point in the history
(cherry picked from commit 799caa7)

Co-authored-by: Kevin Hartman <kevin@hart.mn>
  • Loading branch information
mergify[bot] and kevinhartman authored Oct 25, 2022
1 parent 3af8242 commit b309786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ before-test = "pip install --only-binary=numpy,scipy numpy scipy"

[tool.cibuildwheel.linux]
before-all = "yum install -y wget && {package}/tools/install_rust.sh"
environment = 'PATH="$PATH:$HOME/.cargo/bin"'
environment = 'PATH="$PATH:$HOME/.cargo/bin" CARGO_NET_GIT_FETCH_WITH_CLI="true"'

0 comments on commit b309786

Please sign in to comment.