File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,7 @@ jobs:
156
156
which datacube
157
157
158
158
./scripts/dev-install.sh --no-deps
159
+
159
160
- name : Setup Test DB
160
161
shell : bash
161
162
run : |
@@ -166,8 +167,7 @@ jobs:
166
167
pip list --format=freeze
167
168
168
169
env :
169
- ODC_DATACUBE_DB_URL : postgresql://postgres:postgres@localhost/datacube
170
-
170
+ ODC_DEFAULT_DB_URL : postgresql://postgres:postgres@localhost/datacube
171
171
172
172
- name : Run Tests
173
173
shell : bash
@@ -184,7 +184,7 @@ jobs:
184
184
env :
185
185
AWS_DEFAULT_REGION : us-west-2
186
186
DASK_TEMPORARY_DIRECTORY : /tmp/dask
187
- ODC_DATACUBE_DB_URL : postgresql://postgres:postgres@localhost/datacube
187
+ ODC_DEFAULT_DB_URL : postgresql://postgres:postgres@localhost/datacube
188
188
189
189
- name : Upload Coverage
190
190
if : |
@@ -260,7 +260,7 @@ jobs:
260
260
datacube system init
261
261
262
262
env :
263
- ODC_DATACUBE_DB_URL : postgresql://postgres:postgres@localhost/datacube
263
+ ODC_DEFAULT_DB_URL : postgresql://postgres:postgres@localhost/datacube
264
264
265
265
- name : Run Tests
266
266
shell : bash
@@ -274,7 +274,7 @@ jobs:
274
274
env :
275
275
AWS_DEFAULT_REGION : us-west-2
276
276
DASK_TEMPORARY_DIRECTORY : /tmp/dask
277
- ODC_DATACUBE_DB_URL : postgresql://postgres:postgres@localhost/datacube
277
+ ODC_DEFAULT_DB_URL : postgresql://postgres:postgres@localhost/datacube
278
278
279
279
publish-pypi :
280
280
if : |
You can’t perform that action at this time.
0 commit comments