diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d3896ca..0cbc993 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -100,14 +100,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4.2.2 - - 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 - run: pytest src/scripts/app/ --cov - name: Upload coverage to Codecov (script) uses: ./ with: