fix(CI): Python Tests (#13546)

This commit is contained in:
Akash Jain 2023-10-12 18:26:13 +05:30 committed by GitHub
parent 1cbdfb3ae7
commit 628b26b63a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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' }}