-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump mamba-org/setup-micromamba from 2.0.2 to 2.0.3 (#960)
Bumps [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@v2.0.2...v2.0.3) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
757c299
commit 38ab4cb
Showing
5 changed files
with
6 additions
and
6 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 |
---|---|---|
|
@@ -41,7 +41,7 @@ jobs: | |
fetch-depth: 0 # Fetch all history for all tags and branches | ||
|
||
- name: Setup Conda Environment | ||
uses: mamba-org/[email protected].2 | ||
uses: mamba-org/[email protected].3 | ||
with: | ||
environment-file: ./devtools/conda.recipe/build_env.yml | ||
environment-name: build_env | ||
|
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 |
---|---|---|
|
@@ -47,7 +47,7 @@ jobs: | |
fetch-depth: 0 # Fetch all history for all tags and branches | ||
|
||
- name: Setup Conda Environment | ||
uses: mamba-org/[email protected].2 | ||
uses: mamba-org/[email protected].3 | ||
with: | ||
environment-file: ./doc/rtd_environment.yml | ||
environment-name: rtd | ||
|
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 |
---|---|---|
|
@@ -47,7 +47,7 @@ jobs: | |
build_system: 'include' | ||
|
||
- name: Setup Conda Environment | ||
uses: mamba-org/[email protected].2 | ||
uses: mamba-org/[email protected].3 | ||
with: | ||
micromamba-version: "2.0.2-0" | ||
environment-file: ./environment.yml | ||
|
@@ -149,7 +149,7 @@ jobs: | |
build_system: 'include' | ||
|
||
- name: Setup Conda Environment | ||
uses: mamba-org/[email protected].2 | ||
uses: mamba-org/[email protected].3 | ||
with: | ||
environment-file: ./environment.yml | ||
environment-name: weldx | ||
|
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 |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
setup_requires: 'include' | ||
|
||
- name: Setup Conda Environment | ||
uses: mamba-org/[email protected].2 | ||
uses: mamba-org/[email protected].3 | ||
with: | ||
environment-file: ./environment.yml | ||
environment-name: weldx | ||
|
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 |
---|---|---|
|
@@ -49,7 +49,7 @@ jobs: | |
key: ${{ runner.os }}-${{ hashFiles('./environment.yml') }} | ||
|
||
- name: Setup Conda Environment | ||
uses: mamba-org/[email protected].2 | ||
uses: mamba-org/[email protected].3 | ||
with: | ||
environment-file: ./environment.yml | ||
environment-name: weldx | ||
|