Skip to content

Commit d741b2c

Browse files
ricardoV94Ch0ronomato
authored andcommitted
CI:Temporarily pin micromamba version
Due to mamba-org/setup-micromamba#225
1 parent 8aad111 commit d741b2c

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
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: mamba-org/setup-micromamba@v1
1717
with:
18-
micromamba-version: "latest" # any version from https://github.com/mamba-org/micromamba-releases
18+
micromamba-version: "1.5.10-0" # until https://github.com/mamba-org/setup-micromamba/issues/225 is resolved
1919
environment-file: environment.yml
2020
init-shell: bash
2121
cache-environment: true

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
uses: mamba-org/setup-micromamba@v1
136136
with:
137137
environment-name: pytensor-test
138-
micromamba-version: "latest"
138+
micromamba-version: "1.5.10-0" # until https://github.com/mamba-org/setup-micromamba/issues/225 is resolved
139139
init-shell: bash
140140
post-cleanup: "all"
141141
create-args: python=${{ matrix.python-version }}
@@ -209,7 +209,7 @@ jobs:
209209
uses: mamba-org/setup-micromamba@v1
210210
with:
211211
environment-name: pytensor-test
212-
micromamba-version: "latest"
212+
micromamba-version: "1.5.10-0" # until https://github.com/mamba-org/setup-micromamba/issues/225 is resolved
213213
init-shell: bash
214214
post-cleanup: "all"
215215
- name: Install dependencies

0 commit comments

Comments
 (0)