From 4815464734e2d32f351feaca4782fa53c550addc Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Sat, 4 Oct 2025 23:31:32 +0200 Subject: [PATCH] fix: remove checkout for container --- .github/workflows/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 148d562..32e1c96 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -102,10 +102,6 @@ jobs: runs-on: ubuntu-latest container: python:latest steps: - - name: Checkout - uses: actions/checkout@v5.0.0 - with: - submodules: "true" - name: Install deps run: | apt-get update && apt-get install -y git