Skip to content

Commit 1596769

Browse files
committed
GH-50383: [Release] Remove deprecated -f flag on conda create environment
1 parent a1ec26f commit 1596769

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/release/verify-release-candidate-wheels.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ set PY_VERSION_NO_PERIOD=%PY_VERSION:.=%
7878

7979
set CONDA_ENV_PATH=%_VERIFICATION_DIR%\_verify-wheel-%PY_VERSION%
8080
call conda create -p %CONDA_ENV_PATH% ^
81-
--no-shortcuts -f -q -y python=%PY_VERSION% ^
81+
--no-shortcuts -q -y python=%PY_VERSION% ^
8282
|| EXIT /B 1
8383
call activate %CONDA_ENV_PATH%
8484

0 commit comments

Comments
 (0)