mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 01:15:08 +00:00
fix(CI): Python Tests (#13546)
This commit is contained in:
parent
1cbdfb3ae7
commit
628b26b63a
11
.github/workflows/py-tests.yml
vendored
11
.github/workflows/py-tests.yml
vendored
@ -38,7 +38,16 @@ jobs:
|
||||
matrix:
|
||||
py-version: ['3.8', '3.9', '3.10']
|
||||
steps:
|
||||
|
||||
- name: Free Disk Space (Ubuntu)
|
||||
uses: jlumbroso/free-disk-space@main
|
||||
with:
|
||||
tool-cache: false
|
||||
android: true
|
||||
dotnet: true
|
||||
haskell: true
|
||||
large-packages: false
|
||||
swap-storage: true
|
||||
docker-images: false
|
||||
- name: Wait for the labeler
|
||||
uses: lewagon/wait-on-check-action@0179dfc359f90a703c41240506f998ee1603f9ea #v1.0.0
|
||||
if: ${{ github.event_name == 'pull_request_target' }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user