Skip to content
Prev Previous commit
Next Next commit
add tests
  • Loading branch information
samruddhikhandale authored Mar 10, 2023
commit 2d85fd4421e247b23ddf69a591d6d8259d80bcc5
1 change: 1 addition & 0 deletions src/anaconda/test-project/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ nbconvert_version=$(python -c "import nbconvert; print(nbconvert.__version__)")
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 pylint"

# Report result
reportResults
1 change: 1 addition & 0 deletions src/miniconda/test-project/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ cryptography_version=$(python -c "import cryptography; print(cryptography.__vers
check-version-ge "cryptography-requirement" "${cryptography_version}" "38.0.3"

check "conda-update-conda" bash -c "conda update -y conda"
check "conda-install" bash -c "conda install -c conda-forge pylint"

# Report result
reportResults