This is an automated email from the ASF dual-hosted git repository. raulcd pushed a commit to branch GH-50383 in repository https://gitbox.apache.org/repos/asf/arrow.git
commit 1596769119da9dfd48605a286eb25e4ef2c8833f Author: Raúl Cumplido <[email protected]> AuthorDate: Mon Jul 6 08:28:49 2026 +0200 GH-50383: [Release] Remove deprecated -f flag on conda create environment --- dev/release/verify-release-candidate-wheels.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/release/verify-release-candidate-wheels.bat b/dev/release/verify-release-candidate-wheels.bat index df503f67d2..431e96f24d 100644 --- a/dev/release/verify-release-candidate-wheels.bat +++ b/dev/release/verify-release-candidate-wheels.bat @@ -78,7 +78,7 @@ set PY_VERSION_NO_PERIOD=%PY_VERSION:.=% set CONDA_ENV_PATH=%_VERIFICATION_DIR%\_verify-wheel-%PY_VERSION% call conda create -p %CONDA_ENV_PATH% ^ - --no-shortcuts -f -q -y python=%PY_VERSION% ^ + --no-shortcuts -q -y python=%PY_VERSION% ^ || EXIT /B 1 call activate %CONDA_ENV_PATH%
