Skip to content

Commit

Permalink
Universal: Fix test (#84)
Browse files Browse the repository at this point in the history
* Universal: Fix test

* remove unwnated checks
  • Loading branch information
samruddhikhandale authored Dec 12, 2022
1 parent 2ee840b commit 744878e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 390 deletions.
File renamed without changes.
File renamed without changes.
388 changes: 0 additions & 388 deletions test/universal/test-project/yarn.lock

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ check "scipy" python -c "import scipy; print(scipy.__version__)"
check "matplotlib" python -c "import matplotlib; print(matplotlib.__version__)"
check "seaborn" python -c "import seaborn; print(seaborn.__version__)"
check "scikit-learn" python -c "import sklearn; print(sklearn.__version__)"
check "tensorflow" python -c "import tensorflow; print(tensorflow.__version__)"
check "keras" python -c "import keras; print(keras.__version__)"
check "torch" python -c "import torch; print(torch.__version__)"
check "requests" python -c "import requests; print(requests.__version__)"

Expand Down

0 comments on commit 744878e

Please sign in to comment.