Skip to content

Commit 587bae5

Browse files
Ariana BarzinpourAriana-B
authored andcommitted
update workflows and README
1 parent 06aa16e commit 587bae5

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7-
target-branch: "develop"
7+
target-branch: "develop" # should this be removed? changed? duplicated?
88
- package-ecosystem: docker
99
directory: "/"
1010
schedule:

.github/workflows/deployment_test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on: # yamllint disable-line rule:truthy
99
push:
1010
branches:
1111
- develop
12+
- integrate_1.9
1213
paths:
1314
- '**'
1415

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- develop
10+
- integrate_1.9
1011
paths:
1112
- "**"
1213

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: 3.8
20+
python-version: 3.10
2121

2222
- name: Install Twine
2323
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
push:
1010
branches:
1111
- develop
12+
- integrate_1.9
1213
paths:
1314
- '**'
1415

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ with [pyflakes](https://github.com/PyCQA/pyflakes).
8181

8282
They are included when installing the test dependencies:
8383

84-
pip install --upgrade --no-deps --extra-index-url https://packages.dea.ga.gov.au/ 'datacube' 'digitalearthau'
85-
8684
pip install -e .[test]
8785

8886
Run `make lint` to check your changes, and `make format` to format your code
@@ -118,11 +116,11 @@ version uses virtualenvs which are incompatible with Conda's environments)
118116

119117
Set ODC's environment variable before running the server:
120118

121-
export DATACUBE_ENVIRONMENT=staging
119+
export ODC_ENVIRONMENT=staging
122120

123121
You can always see which environment/settings will be used by running `datacube system check`.
124122

125-
See the ODC documentation for config and [datacube environments](https://datacube-core.readthedocs.io/en/latest/user/config.html#runtime-config)
123+
See the ODC documentation for [datacube configuration and environments](https://opendatacube.readthedocs.io/en/latest/installation/database/configuration.html)
126124

127125
### How can I set different timezone
128126

0 commit comments

Comments
 (0)