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 13
13
shell : bash -leo pipefail {0}
14
14
steps :
15
15
- uses : actions/checkout@v4
16
- - uses : mamba-org/setup-micromamba@v1
16
+ - uses : mamba-org/setup-micromamba@v2
17
17
with :
18
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
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147
147
with :
148
148
fetch-depth : 0
149
149
- name : Set up Python ${{ matrix.python-version }}
150
- uses : mamba-org/setup-micromamba@v1
150
+ uses : mamba-org/setup-micromamba@v2
151
151
with :
152
152
environment-name : pytensor-test
153
153
micromamba-version : " 1.5.10-0" # until https://github.com/mamba-org/setup-micromamba/issues/225 is resolved
@@ -230,7 +230,7 @@ jobs:
230
230
with :
231
231
fetch-depth : 0
232
232
- name : Set up Python 3.10
233
- uses : mamba-org/setup-micromamba@v1
233
+ uses : mamba-org/setup-micromamba@v2
234
234
with :
235
235
environment-name : pytensor-test
236
236
micromamba-version : " 1.5.10-0" # until https://github.com/mamba-org/setup-micromamba/issues/225 is resolved
You can’t perform that action at this time.
0 commit comments