Skip to content

Commit f878834

Browse files
authored
fix(dev/release): remove incorrect -f from mamba create (#2755)
1 parent 8a1b683 commit f878834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/release/verify-release-candidate.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ echo "Using $($ArrowSourceDir)"
114114

115115
Show-Header "Create Conda Environment"
116116

117-
mamba create -c conda-forge -f -y -p $(Join-Path $ArrowTempDir conda-env) `
117+
mamba create -c conda-forge --yes --prefix $(Join-Path $ArrowTempDir conda-env) `
118118
--file $(Join-Path $ArrowSourceDir ci\conda_env_cpp.txt) `
119119
--file $(Join-Path $ArrowSourceDir ci\conda_env_python.txt) `
120120
go `

0 commit comments

Comments
 (0)