Skip to content

Commit 393c143

Browse files
committed
More debug
1 parent c35c18c commit 393c143

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/recipes.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ jobs:
1818
path: ~/conda_pkgs_dir
1919
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('data/recipe_example.yml') }}
2020
- uses: goanpeca/setup-miniconda@v1
21+
with:
22+
activate-environment: esmvaltool
2123
- name: Install esmvaltool
2224
run: conda install -y -c esmvalgroup -c conda-forge esmvaltool-python
2325
- name: Debug
24-
run:
26+
run: |
2527
echo $CONDA
2628
echo $PATH
2729
ls $CONDA/envs/test/bin

0 commit comments

Comments
 (0)