You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Upgrade dependencies and make CLI work again
* regenerate requirements to support last pystac for 1.0.0 STAC spec
* Upgrade docker images
* use tndf instead of yum
* format
* update python version in github actions
Copy file name to clipboardExpand all lines: .github/workflows/pr.yml
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ jobs:
19
19
20
20
- uses: actions/setup-python@v4
21
21
with:
22
-
python-version: "3.9"
22
+
python-version: "3.12"
23
23
24
24
- name: Log in with Azure
25
25
uses: azure/login@v1
@@ -58,9 +58,10 @@ jobs:
58
58
run: ./scripts/cluster setup
59
59
if: ${{ github.base_ref == 'main' }}
60
60
61
-
- name: Run integration tests
62
-
run: ./scripts/citest-integration
63
-
if: ${{ github.base_ref == 'main' }}
61
+
# Disable integration tests for now, need to figure out how to use the identity of the github runner instead of the k8s pods which dont have the credentials passed into them
0 commit comments