Skip to content

Commit 7046aa4

Browse files
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 fa0ab9d commit 7046aa4

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
@@ -132,7 +132,7 @@ jobs:
132132
with:
133133
fetch-depth: 0
134134
- name: Set up Python ${{ matrix.python-version }}
135-
uses: mamba-org/setup-micromamba@v1
135+
uses: mamba-org/setup-micromamba@v2
136136
with:
137137
environment-name: pytensor-test
138138
micromamba-version: "1.5.10-0" # until https://github.com/mamba-org/setup-micromamba/issues/225 is resolved
@@ -206,7 +206,7 @@ jobs:
206206
with:
207207
fetch-depth: 0
208208
- name: Set up Python 3.10
209-
uses: mamba-org/setup-micromamba@v1
209+
uses: mamba-org/setup-micromamba@v2
210210
with:
211211
environment-name: pytensor-test
212212
micromamba-version: "1.5.10-0" # until https://github.com/mamba-org/setup-micromamba/issues/225 is resolved

0 commit comments

Comments
 (0)