We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3803be6 commit a18bc04Copy full SHA for a18bc04
1 file changed
.github/workflows/recipes.yml
@@ -19,7 +19,10 @@ jobs:
19
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('data/recipe_example.yml') }}
20
- uses: goanpeca/setup-miniconda@v1
21
- name: Install esmvaltool
22
- run: conda install -y -c esmvalgroup -c conda-forge esmvaltool-python
+ run: conda install -n test -y -c esmvalgroup -c conda-forge esmvaltool-python
23
+ - name: Debug
24
+ run: |
25
+ ls -R $CONDA/envs
26
- name: Setup config
27
run: |
28
$CONDA/envs/test/bin/esmvaltool config get_config_user
0 commit comments