Skip to content

Commit 03ecb37

Browse files
Update test.sh
1 parent b3f1c48 commit 03ecb37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/miniconda/test-project/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ check "usr-local-etc-config-does-not-exist" test ! -f "/usr/local/etc/gitconfig"
2121
checkPythonPackageVersion "cryptography" "42.0.4"
2222
checkPythonPackageVersion "setuptools" "65.5.1"
2323
checkPythonPackageVersion "wheel" "0.38.1"
24-
checkPythonPackageVersion "tqdm" "4.66.3"
2524

2625
checkCondaPackageVersion "cryptography" "42.0.4"
2726
checkCondaPackageVersion "setuptools" "65.5.1"
2827
checkCondaPackageVersion "wheel" "0.38.1"
2928
checkCondaPackageVersion "requests" "2.31.0"
3029
checkCondaPackageVersion "urllib3" "1.26.17"
3130
checkCondaPackageVersion "idna" "3.7"
31+
checkCondaPackageVersion "tqdm" "4.66.3"
3232

3333
check "conda-update-conda" bash -c "conda update -y conda"
3434
check "conda-install-tensorflow" bash -c "conda create --name test-env -c conda-forge --yes tensorflow"

0 commit comments

Comments
 (0)