diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d94bd4a0..f17b5751 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,8 +30,6 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - cache: "poetry" - cache-dependency-path: "poetry.lock" - name: Install dependencies run: |