diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index f84ba13..0b42f94 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -14,6 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 + submodules: 'true' - name: Install python depdencies run: | python -m pip install --upgrade pip