We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ec26f commit 1596769Copy full SHA for 1596769
1 file changed
dev/release/verify-release-candidate-wheels.bat
@@ -78,7 +78,7 @@ set PY_VERSION_NO_PERIOD=%PY_VERSION:.=%
78
79
set CONDA_ENV_PATH=%_VERIFICATION_DIR%\_verify-wheel-%PY_VERSION%
80
call conda create -p %CONDA_ENV_PATH% ^
81
- --no-shortcuts -f -q -y python=%PY_VERSION% ^
+ --no-shortcuts -q -y python=%PY_VERSION% ^
82
|| EXIT /B 1
83
call activate %CONDA_ENV_PATH%
84
0 commit comments