mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-12 19:49:36 +00:00
fix(ci): metadata-io req python (#11632)
This commit is contained in:
parent
14a22bfeaf
commit
2bc96e9e69
9
.github/workflows/metadata-io.yml
vendored
9
.github/workflows/metadata-io.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user