features/test/conda/install_conda.sh

13 lines
236 B
Bash
Raw Normal View History

#!/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