Skip to content

Commit ed3b7c5

Browse files
committed
for test runs fails
1 parent 6df631e commit ed3b7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/anaconda/test-project/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ checkCondaPackageVersion "urllib3" "1.26.17"
6363
checkCondaPackageVersion "pyarrow" "14.0.1"
6464
checkCondaPackageVersion "pydantic" "2.5.3"
6565

66-
check "conda-update-conda" bash -c "conda update -y conda"
66+
check "conda-update-conda" bash -c "conda update --all -y conda"
6767
check "conda-install-tensorflow" bash -c "conda create --name test-env -c conda-forge --yes tensorflow"
6868
check "conda-install-pytorch" bash -c "conda create --name test-env -c conda-forge --yes pytorch"
6969

0 commit comments

Comments
 (0)