diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 92c6c7b..d3896ca 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -100,8 +100,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4.2.2 - with: - submodules: 'true' + - name: Submodule + run: | + git submodule init + git submodule update --remote - name: Install dependencies run: pip install -r src/scripts/app/requirements.txt - name: Run tests and collect coverage