File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 41
41
fetch-depth : 0 # Fetch all history for all tags and branches
42
42
43
43
- name : Setup Conda Environment
44
- uses : mamba-org/setup-micromamba@v2.0.3
44
+ uses : mamba-org/setup-micromamba@v2.0.4
45
45
with :
46
46
environment-file : ./devtools/conda.recipe/build_env.yml
47
47
environment-name : build_env
Original file line number Diff line number Diff line change 47
47
fetch-depth : 0 # Fetch all history for all tags and branches
48
48
49
49
- name : Setup Conda Environment
50
- uses : mamba-org/setup-micromamba@v2.0.3
50
+ uses : mamba-org/setup-micromamba@v2.0.4
51
51
with :
52
52
environment-file : ./doc/rtd_environment.yml
53
53
environment-name : rtd
Original file line number Diff line number Diff line change 47
47
build_system : ' include'
48
48
49
49
- name : Setup Conda Environment
50
- uses : mamba-org/setup-micromamba@v2.0.3
50
+ uses : mamba-org/setup-micromamba@v2.0.4
51
51
with :
52
52
micromamba-version : " 2.0.2-0"
53
53
environment-file : ./environment.yml
@@ -149,7 +149,7 @@ jobs:
149
149
build_system : ' include'
150
150
151
151
- name : Setup Conda Environment
152
- uses : mamba-org/setup-micromamba@v2.0.3
152
+ uses : mamba-org/setup-micromamba@v2.0.4
153
153
with :
154
154
environment-file : ./environment.yml
155
155
environment-name : weldx
Original file line number Diff line number Diff line change 33
33
setup_requires : ' include'
34
34
35
35
- name : Setup Conda Environment
36
- uses : mamba-org/setup-micromamba@v2.0.3
36
+ uses : mamba-org/setup-micromamba@v2.0.4
37
37
with :
38
38
environment-file : ./environment.yml
39
39
environment-name : weldx
Original file line number Diff line number Diff line change 49
49
key : ${{ runner.os }}-${{ hashFiles('./environment.yml') }}
50
50
51
51
- name : Setup Conda Environment
52
- uses : mamba-org/setup-micromamba@v2.0.3
52
+ uses : mamba-org/setup-micromamba@v2.0.4
53
53
with :
54
54
environment-file : ./environment.yml
55
55
environment-name : weldx
You can’t perform that action at this time.
0 commit comments