diff options
Diffstat (limited to 'test/conda/install_conda.sh')
-rw-r--r-- | test/conda/install_conda.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/conda/install_conda.sh b/test/conda/install_conda.sh new file mode 100644 index 0000000..92fd2e0 --- /dev/null +++ b/test/conda/install_conda.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +set -e + +# Optional: Import test library +source dev-container-features-test-lib + +check "conda" conda --version | grep 4.12.0 +check "conda-forge" conda config --show channels | grep conda-forge + +# Report result +reportResults |