aboutsummaryrefslogblamecommitdiff
path: root/test/conda/install_conda.sh
blob: efe7f5e895f6f7fa67883bb942d9d0fe6eb6f7ec (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                   
                                                                                            


               
#!/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
check "if conda-notice.txt exists" cat /usr/local/etc/vscode-dev-containers/conda-notice.txt

# Report result
reportResults