-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporarily fic micromamba version in github action
Prevents to hang indefinitely during the setup-micromamba action
- Loading branch information
1 parent
909bff5
commit 971c9fb
Showing
3 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|