Skip to content

Commit 39c55e6

Browse files
committed
[CI] Use Python 3.12, add logging to debug DB issue
1 parent 0143b83 commit 39c55e6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ jobs:
160160
shell: bash
161161
run: |
162162
echo "Launching test db"
163+
datacube --version
164+
datacube system check
163165
datacube system init
164166
pip list --format=freeze
165167
@@ -315,7 +317,7 @@ jobs:
315317
if: steps.cfg.outputs.publish == 'yes'
316318
uses: actions/setup-python@v5
317319
with:
318-
python-version: '3.10'
320+
python-version: "3.12"
319321

320322
- name: Install Twine
321323
if: steps.cfg.outputs.publish == 'yes'

tests/test-env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ channels:
77
- conda-forge
88

99
dependencies:
10-
- python=3.10
10+
- python=3.12
1111

1212
# Datacube
1313
# - datacube[postgres]>=1.9.0

0 commit comments

Comments
 (0)