fix(ci): metadata-io req python (#11632)

This commit is contained in:
david-leifker 2024-10-15 14:43:36 -05:00 committed by GitHub
parent 14a22bfeaf
commit 2bc96e9e69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,17 +57,16 @@ jobs:
- name: Disk Check
run: df -h . && docker images
- uses: acryldata/sane-checkout-action@v3
- uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: "pip"
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: "zulu"
java-version: 17
- uses: gradle/actions/setup-gradle@v3
- uses: actions/setup-python@v5
if: ${{ needs.setup.outputs.ingestion_change == 'true' }}
with:
python-version: "3.10"
cache: "pip"
- name: Gradle build (and test)
run: |
./gradlew :metadata-io:test