We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 044f92f commit cfbd2ffCopy full SHA for cfbd2ff
src/anaconda/test-project/test.sh
@@ -58,6 +58,7 @@ check-version-ge "nbconvert-requirement" "${nbconvert_version}" "6.5.1"
58
59
check "conda-update-conda" bash -c "conda update -y conda"
60
check "conda-install" bash -c "conda install -c conda-forge --yes tensorflow"
61
+check "conda-install" bash -c "conda install -c conda-forge --yes pytorch"
62
63
# Report result
64
reportResults
0 commit comments