File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 32
32
# # TESTING CACHE ##
33
33
# Setup conda
34
34
- name : Set up conda
35
- uses : conda-incubator/setup-miniconda@v4
35
+ uses : conda-incubator/setup-miniconda@v3
36
36
with :
37
37
miniforge-version : latest
38
38
activate-environment : saltproc-env
@@ -102,7 +102,7 @@ jobs:
102
102
103
103
# # DOCUMENTATION CACHE ##
104
104
- name : Set up conda
105
- uses : conda-incubator/setup-miniconda@v4
105
+ uses : conda-incubator/setup-miniconda@v3
106
106
with :
107
107
miniforge-version : latest
108
108
activate-environment : saltproc-doc-env
Original file line number Diff line number Diff line change 29
29
30
30
# Setup conda
31
31
- name : Set up conda
32
- uses : conda-incubator/setup-miniconda@v4
32
+ uses : conda-incubator/setup-miniconda@v3
33
33
with :
34
34
miniforge-version : latest
35
35
activate-environment : saltproc-doc-env
Original file line number Diff line number Diff line change 37
37
38
38
# Setup conda
39
39
- name : Set up conda
40
- uses : conda-incubator/setup-miniconda@v4
40
+ uses : conda-incubator/setup-miniconda@v3
41
41
with :
42
42
miniforge-version : latest
43
43
channels : conda-forge
Original file line number Diff line number Diff line change 72
72
73
73
NAME = "saltproc"
74
74
MAINTAINER = "Oleksandr Yardas"
75
- MAINTAINER_EMAIL = "arfc@googlegroups .com"
75
+ MAINTAINER_EMAIL = "olek.yardin@gmail .com"
76
76
DESCRIPTION = description
77
77
LONG_DESCRIPTION = long_description
78
78
URL = "http://github.com/arfc/saltproc"
You can’t perform that action at this time.
0 commit comments