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 @@ -132,7 +132,7 @@ jobs:
132
132
with :
133
133
fetch-depth : 0
134
134
- name : Set up Python ${{ matrix.python-version }}
135
- uses : mamba-org/setup-micromamba@v1
135
+ uses : mamba-org/setup-micromamba@v2
136
136
with :
137
137
environment-name : pytensor-test
138
138
micromamba-version : " 1.5.10-0" # until https://github.com/mamba-org/setup-micromamba/issues/225 is resolved
@@ -206,7 +206,7 @@ jobs:
206
206
with :
207
207
fetch-depth : 0
208
208
- name : Set up Python 3.10
209
- uses : mamba-org/setup-micromamba@v1
209
+ uses : mamba-org/setup-micromamba@v2
210
210
with :
211
211
environment-name : pytensor-test
212
212
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