This commit is contained in:
hoangvv 2025-01-10 09:04:40 +07:00
parent b7efbc47b7
commit a4d32a8ad4

View File

@ -15,9 +15,6 @@ jobs:
python:
- 3.12.7
steps:
- name: Clean up repository
run: |
sudo rm -rf ${{ github.workspace }}/*
- name: Checkout Repository
uses: actions/checkout@v4
with: