Skip to content

Commit 7f19ec9

Browse files
lidavidmcolin-rogers-dbt
authored andcommitted
fix(dev/release): remove incorrect -f from mamba create (apache#2755)
1 parent 2adaa6a commit 7f19ec9

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)