Skip to content

Commit 9519879

Browse files
committed
[CI] Use correct ENV var to configure ODC
1 parent 39c55e6 commit 9519879

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ jobs:
156156
which datacube
157157
158158
./scripts/dev-install.sh --no-deps
159+
159160
- name: Setup Test DB
160161
shell: bash
161162
run: |
@@ -166,8 +167,7 @@ jobs:
166167
pip list --format=freeze
167168
168169
env:
169-
ODC_DATACUBE_DB_URL: postgresql://postgres:postgres@localhost/datacube
170-
170+
ODC_DEFAULT_DB_URL: postgresql://postgres:postgres@localhost/datacube
171171

172172
- name: Run Tests
173173
shell: bash
@@ -184,7 +184,7 @@ jobs:
184184
env:
185185
AWS_DEFAULT_REGION: us-west-2
186186
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
188188

189189
- name: Upload Coverage
190190
if: |
@@ -260,7 +260,7 @@ jobs:
260260
datacube system init
261261
262262
env:
263-
ODC_DATACUBE_DB_URL: postgresql://postgres:postgres@localhost/datacube
263+
ODC_DEFAULT_DB_URL: postgresql://postgres:postgres@localhost/datacube
264264

265265
- name: Run Tests
266266
shell: bash
@@ -274,7 +274,7 @@ jobs:
274274
env:
275275
AWS_DEFAULT_REGION: us-west-2
276276
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
278278

279279
publish-pypi:
280280
if: |

0 commit comments

Comments
 (0)