Skip to content

Commit

Permalink
Bump mamba-org/setup-micromamba from 1.4.4 to 1.5.0 (#897)
Browse files Browse the repository at this point in the history
* Bump mamba-org/setup-micromamba from 1.4.4 to 1.5.0

Bumps [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) from 1.4.4 to 1.5.0.
- [Release notes](https://github.com/mamba-org/setup-micromamba/releases)
- [Commits](mamba-org/setup-micromamba@v1.4.4...v1.5.0)

---
updated-dependencies:
- dependency-name: mamba-org/setup-micromamba
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* use --nbval-current-env

* update dependencies

* Update pytest.yml

* Update pytest.yml

* unpin asdf

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Çağtay Fabry <[email protected]>
  • Loading branch information
dependabot[bot] and CagtayFabry authored Jan 13, 2024
1 parent ad4b8dc commit c38c19f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fetch-depth: 0 # Fetch all history for all tags and branches

- name: Setup Conda Environment
uses: mamba-org/setup-micromamba@v1.4.4
uses: mamba-org/setup-micromamba@v1.5.0
with:
environment-file: ./devtools/conda.recipe/build_env.yml
environment-name: build_env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
fetch-depth: 0 # Fetch all history for all tags and branches

- name: Setup Conda Environment
uses: mamba-org/setup-micromamba@v1.4.4
uses: mamba-org/setup-micromamba@v1.5.0
with:
environment-file: ./doc/rtd_environment.yml
environment-name: rtd
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
setup_requires: 'include'

- name: Setup Conda Environment
uses: mamba-org/setup-micromamba@v1.4.4
uses: mamba-org/setup-micromamba@v1.6.0
with:
environment-file: ./environment.yml
environment-name: weldx
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
setup_requires: 'include'

- name: Setup Conda Environment
uses: mamba-org/setup-micromamba@v1.4.4
uses: mamba-org/setup-micromamba@v1.6.0
with:
environment-file: ./environment.yml
environment-name: weldx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest_asdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
setup_requires: 'include'

- name: Setup Conda Environment
uses: mamba-org/setup-micromamba@v1.4.4
uses: mamba-org/setup-micromamba@v1.5.0
with:
environment-file: ./environment.yml
environment-name: weldx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('./environment.yml') }}

- name: Setup Conda Environment
uses: mamba-org/setup-micromamba@v1.4.4
uses: mamba-org/setup-micromamba@v1.5.0
with:
environment-file: ./environment.yml
environment-name: weldx
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ test = [
"pytest >=6",
"pytest-cov",
"pytest-xdist",
"nbval",
"nbval <0.10",
]
vis = [
"weldx_widgets >=0.2",
Expand Down

0 comments on commit c38c19f

Please sign in to comment.