File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v4
16
16
- uses : mamba-org/setup-micromamba@v1
17
17
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
19
19
environment-file : environment.yml
20
20
init-shell : bash
21
21
cache-environment : true
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135
135
uses : mamba-org/setup-micromamba@v1
136
136
with :
137
137
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
139
139
init-shell : bash
140
140
post-cleanup : " all"
141
141
create-args : python=${{ matrix.python-version }}
@@ -209,7 +209,7 @@ jobs:
209
209
uses : mamba-org/setup-micromamba@v1
210
210
with :
211
211
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
213
213
init-shell : bash
214
214
post-cleanup : " all"
215
215
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments