diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 32e1c96..148d562 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -102,6 +102,10 @@ 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