diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 7a3fad0..9081119 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -61,7 +61,8 @@ jobs: cd backend cd apps git submodule update --init --recursive - git submodule update --remote + git submodule foreach git clean -f . + git submodule update --remote --recursive - name: Set up Python uses: actions/setup-python@v5