File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -156,17 +156,19 @@ 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"
164
+ datacube --version
165
+ datacube system check
163
166
datacube system init
164
167
pip list --format=freeze
165
168
166
169
env :
167
170
ODC_DATACUBE_DB_URL : postgresql://postgres:postgres@localhost/datacube
168
171
169
-
170
172
- name : Run Tests
171
173
shell : bash
172
174
run : |
@@ -315,7 +317,7 @@ jobs:
315
317
if : steps.cfg.outputs.publish == 'yes'
316
318
uses : actions/setup-python@v5
317
319
with :
318
- python-version : ' 3.10 '
320
+ python-version : " 3.12 "
319
321
320
322
- name : Install Twine
321
323
if : steps.cfg.outputs.publish == 'yes'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ channels:
7
7
- conda-forge
8
8
9
9
dependencies :
10
- - python=3.10
10
+ - python=3.12
11
11
12
12
# Datacube
13
13
# - datacube[postgres]>=1.9.0
You can’t perform that action at this time.
0 commit comments