Skip to content

Commit

Permalink
Temporarily fic micromamba version in github action
Browse files Browse the repository at this point in the history
Prevents to hang indefinitely during the setup-micromamba action
  • Loading branch information
leavauchier committed Jul 16, 2024
1 parent 909bff5 commit 971c9fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
- name: setup-micromamba
uses: mamba-org/[email protected]
with:
micromamba-version: '1.5.8-0' # temporary fix as setup-mircomamba hangs with later mamba version
environment-file: environment.yml
environment-name: pdaltools # activate the environment
cache-environment: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cicd_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- name: setup-micromamba
uses: mamba-org/[email protected]
with:
micromamba-version: '1.5.8-0' # temporary fix as setup-mircomamba hangs with later mamba version
environment-file: environment.yml
environment-name: pdaltools # activate the environment
cache-environment: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cicd_light.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: setup-micromamba
uses: mamba-org/[email protected]
with:
micromamba-version: '1.5.8-0' # temporary fix as setup-mircomamba hangs with later mamba version
environment-file: environment.yml
environment-name: pdaltools # activate the environment
cache-environment: true
Expand Down

0 comments on commit 971c9fb

Please sign in to comment.