Skip to content
Merged
Prev Previous commit
Next Next commit
misc change
  • Loading branch information
gauravsaini04 committed May 28, 2024
commit b315f492d4fb994f719321e5fe9777baebe3d3b6
2 changes: 1 addition & 1 deletion src/anaconda/test-project/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ checkCondaPackageVersion "urllib3" "1.26.17"
checkCondaPackageVersion "pyarrow" "14.0.1"
checkCondaPackageVersion "pydantic" "2.5.3"

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

Expand Down