mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-13 12:10:23 +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
|
- name: Disk Check
|
||||||
run: df -h . && docker images
|
run: df -h . && docker images
|
||||||
- uses: acryldata/sane-checkout-action@v3
|
- uses: acryldata/sane-checkout-action@v3
|
||||||
|
- uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: "3.10"
|
||||||
|
cache: "pip"
|
||||||
- name: Set up JDK 17
|
- name: Set up JDK 17
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
distribution: "zulu"
|
distribution: "zulu"
|
||||||
java-version: 17
|
java-version: 17
|
||||||
- uses: gradle/actions/setup-gradle@v3
|
- 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)
|
- name: Gradle build (and test)
|
||||||
run: |
|
run: |
|
||||||
./gradlew :metadata-io:test
|
./gradlew :metadata-io:test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user