diff --git a/pyproject.toml b/pyproject.toml index 9282c3b8c8d0..6e796eb18a3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"'