We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0143b83 commit 39c55e6Copy full SHA for 39c55e6
.github/workflows/main.yml
@@ -160,6 +160,8 @@ jobs:
160
shell: bash
161
run: |
162
echo "Launching test db"
163
+ datacube --version
164
+ datacube system check
165
datacube system init
166
pip list --format=freeze
167
@@ -315,7 +317,7 @@ jobs:
315
317
if: steps.cfg.outputs.publish == 'yes'
316
318
uses: actions/setup-python@v5
319
with:
- python-version: '3.10'
320
+ python-version: "3.12"
321
322
- name: Install Twine
323
tests/test-env.yml
@@ -7,7 +7,7 @@ channels:
7
- conda-forge
8
9
dependencies:
10
- - python=3.10
+ - python=3.12
11
12
# Datacube
13
# - datacube[postgres]>=1.9.0
0 commit comments