Skip to content

Commit

Permalink
Try using Git executable for cargo fetch. (#8987)
Browse files Browse the repository at this point in the history
(cherry picked from commit 799caa7)
  • Loading branch information
kevinhartman authored and mergify[bot] committed Oct 25, 2022
1 parent 3af8242 commit a76be8a
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 a76be8a

Please sign in to comment.