From 7faef1f9e641eedd9a035d6369403da03818917d Mon Sep 17 00:00:00 2001 From: facusapienza21 Date: Thu, 28 Mar 2024 12:32:45 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.github/workfl?= =?UTF-8?q?ows/CI.yml'=20with=20remote=20'.github/workflows/CI.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CI.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7e5a3c9..e5b37cb 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -4,8 +4,7 @@ on: branches: - main push: - branches: - - main + branches: [] tags: '*' concurrency: # Skip intermediate builds: always. @@ -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 @@ -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 🔧🌎