Skip to content

Commit

Permalink
🔄 synced local '.github/workflows/CI.yml' with remote '.github/workfl…
Browse files Browse the repository at this point in the history
…ows/CI.yml'
  • Loading branch information
facusapienza21 committed Mar 23, 2024
1 parent 2460d08 commit 8b9aa42
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ on:
branches:
- main
push:
branches:
- main
branches: []
tags: '*'
concurrency:
# Skip intermediate builds: always.
Expand Down Expand Up @@ -38,7 +37,7 @@ jobs:
- name: Create environment with micromamba 🐍🖤
uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.3.1-0'
micromamba-version: '1.5.6-0'
environment-file: ./environment.yml
environment-name: oggm_env # it is recommendable to add both name and yml file.
init-shell: bash
Expand All @@ -49,8 +48,8 @@ jobs:
which python
conda env export
shell: bash -el {0}
- name: Update certifi 🔒🔑
run: |
- name: Update certifi
run: |
pip install --upgrade certifi
shell: bash -el {0}
# - name: Test OGGM installation 🔧🌎
Expand Down

0 comments on commit 8b9aa42

Please sign in to comment.