Skip to content
Prev Previous commit
Next Next commit
add check
  • Loading branch information
samruddhikhandale authored Mar 13, 2023
commit cfbd2ff144e90684a0fd1cb727e3e5b5144585af
1 change: 1 addition & 0 deletions src/anaconda/test-project/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ check-version-ge "nbconvert-requirement" "${nbconvert_version}" "6.5.1"

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

# Report result
reportResults