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