Skip to content

Commit 040d2ae

Browse files
committed
pre-commit
1 parent cbdf0f5 commit 040d2ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/release/update-version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ UCX_DEPENDENCIES=(
5858
ucxx
5959
)
6060
for DEP in "${UCX_DEPENDENCIES[@]}"; do
61-
for FILE in dependencies.yaml conda/environments/*.yaml; do
61+
for FILE in dependencies.yaml conda/environments/*.yaml; do
6262
sed_runner "/-.* ${DEP}\(-cu[[:digit:]]\{2\}\)\{0,1\}==/ s/==.*/==${NEXT_UCXPY_VERSION}.*,>=0.0.0a0/g" "${FILE}"
6363
done
6464
sed_runner "/\"${DEP}==/ s/==.*\"/==${NEXT_UCXPY_VERSION}.*,>=0.0.0a0\"/g" pyproject.toml

0 commit comments

Comments
 (0)