Skip to content

Commit a18bc04

Browse files
committed
Install tool in right env
1 parent 3803be6 commit a18bc04

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/recipes.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ jobs:
1919
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('data/recipe_example.yml') }}
2020
- uses: goanpeca/setup-miniconda@v1
2121
- name: Install esmvaltool
22-
run: conda install -y -c esmvalgroup -c conda-forge esmvaltool-python
22+
run: conda install -n test -y -c esmvalgroup -c conda-forge esmvaltool-python
23+
- name: Debug
24+
run: |
25+
ls -R $CONDA/envs
2326
- name: Setup config
2427
run: |
2528
$CONDA/envs/test/bin/esmvaltool config get_config_user

0 commit comments

Comments
 (0)