File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 74
74
channels:
75
75
- conda-forge
76
76
- nodefaults
77
- cache-downloads : false
78
- cache-environment : false
77
+ cache-downloads : true
78
+ cache-environment : true
79
79
create-args : >-
80
80
python=3.11
81
81
gmt=6.4.0
Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ jobs:
103
103
channels:
104
104
- conda-forge
105
105
- nodefaults
106
- cache-downloads : false
107
- cache-environment : false
106
+ cache-downloads : true
107
+ cache-environment : true
108
108
create-args : >-
109
109
python=${{ matrix.python-version }}${{ matrix.optional-packages }}
110
110
gmt=6.4.0
Original file line number Diff line number Diff line change 98
98
channels:
99
99
- conda-forge
100
100
- nodefaults
101
- cache-downloads : false
102
- cache-environment : false
101
+ cache-downloads : true
102
+ cache-environment : true
103
103
create-args : >-
104
104
python=3.11
105
105
cmake
Original file line number Diff line number Diff line change 61
61
channels:
62
62
- conda-forge
63
63
- nodefaults
64
- cache-downloads : false
65
- cache-environment : false
64
+ cache-downloads : true
65
+ cache-environment : true
66
66
create-args : >-
67
67
python=3.9
68
68
gmt=${{ matrix.gmt_version }}
You can’t perform that action at this time.
0 commit comments