diff options
Diffstat (limited to 'test/conda/install_conda.sh')
-rw-r--r-- | test/conda/install_conda.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/conda/install_conda.sh b/test/conda/install_conda.sh index 92fd2e0..efe7f5e 100644 --- a/test/conda/install_conda.sh +++ b/test/conda/install_conda.sh @@ -7,6 +7,7 @@ source dev-container-features-test-lib check "conda" conda --version | grep 4.12.0 check "conda-forge" conda config --show channels | grep conda-forge +check "if conda-notice.txt exists" cat /usr/local/etc/vscode-dev-containers/conda-notice.txt # Report result reportResults |