We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-f
mamba create
1 parent 8a1b683 commit f878834Copy full SHA for f878834
dev/release/verify-release-candidate.ps1
@@ -114,7 +114,7 @@ echo "Using $($ArrowSourceDir)"
114
115
Show-Header "Create Conda Environment"
116
117
-mamba create -c conda-forge -f -y -p $(Join-Path $ArrowTempDir conda-env) `
+mamba create -c conda-forge --yes --prefix $(Join-Path $ArrowTempDir conda-env) `
118
--file $(Join-Path $ArrowSourceDir ci\conda_env_cpp.txt) `
119
--file $(Join-Path $ArrowSourceDir ci\conda_env_python.txt) `
120
go `
0 commit comments