Skip to content

Commit cfbd2ff

Browse files
add check
1 parent 044f92f commit cfbd2ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/anaconda/test-project/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ check-version-ge "nbconvert-requirement" "${nbconvert_version}" "6.5.1"
5858

5959
check "conda-update-conda" bash -c "conda update -y conda"
6060
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"
6162

6263
# Report result
6364
reportResults

0 commit comments

Comments
 (0)