Skip to content
Prev Previous commit
update test - works locally
  • Loading branch information
samruddhikhandale committed Mar 13, 2023
commit ae52c9fa23bc8f793f856338687759b22957c5da
1 change: 0 additions & 1 deletion src/miniconda/test-project/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ cryptography_version=$(python -c "import cryptography; print(cryptography.__vers
check-version-ge "cryptography-requirement" "${cryptography_version}" "38.0.3"

check "conda-update-conda" bash -c "conda update -y conda"
check "conda-install" bash -c "conda install -c conda-forge --yes tensorflow"

# Report result
reportResults