Skip to content

Commit 9dad122

Browse files
dependabot[bot]ricardoV94
authored andcommitted
Bump mamba-org/setup-micromamba from 1 to 2
Bumps [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) from 1 to 2. - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@v1...v2) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 73b9ed7 commit 9dad122

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
shell: bash -leo pipefail {0}
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: mamba-org/setup-micromamba@v1
16+
- uses: mamba-org/setup-micromamba@v2
1717
with:
1818
micromamba-version: "1.5.10-0" # until https://github.com/mamba-org/setup-micromamba/issues/225 is resolved
1919
environment-file: environment.yml

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
with:
148148
fetch-depth: 0
149149
- name: Set up Python ${{ matrix.python-version }}
150-
uses: mamba-org/setup-micromamba@v1
150+
uses: mamba-org/setup-micromamba@v2
151151
with:
152152
environment-name: pytensor-test
153153
micromamba-version: "1.5.10-0" # until https://github.com/mamba-org/setup-micromamba/issues/225 is resolved
@@ -230,7 +230,7 @@ jobs:
230230
with:
231231
fetch-depth: 0
232232
- name: Set up Python 3.10
233-
uses: mamba-org/setup-micromamba@v1
233+
uses: mamba-org/setup-micromamba@v2
234234
with:
235235
environment-name: pytensor-test
236236
micromamba-version: "1.5.10-0" # until https://github.com/mamba-org/setup-micromamba/issues/225 is resolved

0 commit comments

Comments
 (0)