Skip to content

Commit 67c85db

Browse files
Merge pull request #179 from ESMValGroup/fix_actions
Fix GitHub actions workflow for ruby and miniconda
2 parents fade330 + 84ca8af commit 67c85db

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Setup Ruby
13-
uses: ruby/setup-ruby@v1.38.0
13+
uses: ruby/setup-ruby@v1.64.1
1414
with:
1515
ruby-version: 2.7
1616
- name: Cache Ruby deps

.github/workflows/recipes.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ jobs:
1717
with:
1818
path: ~/conda_pkgs_dir
1919
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('files/recipe_example.yml') }}
20-
- uses: goanpeca/setup-miniconda@v1
20+
- uses: conda-incubator/setup-miniconda@v2
21+
with:
22+
python-version: "3.8"
23+
miniconda-version: "latest"
2124
- name: Install esmvaltool
2225
run: conda install -n test -y -c esmvalgroup -c conda-forge esmvaltool-python
2326
- name: Setup config

0 commit comments

Comments
 (0)