Skip to content
Prev Previous commit
Next Next commit
update test
  • Loading branch information
samruddhikhandale committed Mar 9, 2023
commit 3f444b529c8d65b61159b72bde8e895e9d288851
2 changes: 1 addition & 1 deletion src/miniconda/test-project/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ check "usr-local-etc-config-does-not-exist" test ! -f "/usr/local/etc/gitconfig"
cryptography_version=$(python -c "import cryptography; print(cryptography.__version__)")
check-version-ge "cryptography-requirement" "${cryptography_version}" "38.0.3"

check "conda-update-conda" bash -c "sudo conda update -y conda"
check "conda-update-conda" bash -c "conda update -y conda"

# Report result
reportResults