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 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments