File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -156,18 +156,17 @@ 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 : |
162
163
echo "Launching test db"
163
164
datacube --version
164
- datacube system check
165
165
datacube system init
166
166
pip list --format=freeze
167
167
168
168
env :
169
- ODC_DATACUBE_DB_URL : postgresql://postgres:postgres@localhost/datacube
170
-
169
+ ODC_DEFAULT_DB_URL : postgresql://postgres:postgres@localhost/datacube
171
170
172
171
- name : Run Tests
173
172
shell : bash
@@ -184,7 +183,7 @@ jobs:
184
183
env :
185
184
AWS_DEFAULT_REGION : us-west-2
186
185
DASK_TEMPORARY_DIRECTORY : /tmp/dask
187
- ODC_DATACUBE_DB_URL : postgresql://postgres:postgres@localhost/datacube
186
+ ODC_DEFAULT_DB_URL : postgresql://postgres:postgres@localhost/datacube
188
187
189
188
- name : Upload Coverage
190
189
if : |
@@ -260,7 +259,7 @@ jobs:
260
259
datacube system init
261
260
262
261
env :
263
- ODC_DATACUBE_DB_URL : postgresql://postgres:postgres@localhost/datacube
262
+ ODC_DEFAULT_DB_URL : postgresql://postgres:postgres@localhost/datacube
264
263
265
264
- name : Run Tests
266
265
shell : bash
@@ -274,7 +273,7 @@ jobs:
274
273
env :
275
274
AWS_DEFAULT_REGION : us-west-2
276
275
DASK_TEMPORARY_DIRECTORY : /tmp/dask
277
- ODC_DATACUBE_DB_URL : postgresql://postgres:postgres@localhost/datacube
276
+ ODC_DEFAULT_DB_URL : postgresql://postgres:postgres@localhost/datacube
278
277
279
278
publish-pypi :
280
279
if : |
You can’t perform that action at this time.
0 commit comments