diff --git a/.github/workflows/tests_and_coverage.yml b/.github/workflows/tests_and_coverage.yml index 86671f18e0..a601201570 100644 --- a/.github/workflows/tests_and_coverage.yml +++ b/.github/workflows/tests_and_coverage.yml @@ -24,16 +24,7 @@ jobs: with: virtualenvs-create: false - - - name: Cache dependencies - uses: actions/cache@v4 - id: cache - with: - path: ${{ env.pythonLocation }} - key: ${{ env.pythonLocation }}-${{ hashFiles('**/poetry.lock') }} - - name: Install Dependencies - if: steps.cache.outputs.cache-hit != 'true' run: poetry install --no-interaction --all-extras - name: Test with Pytest & Coveralls