diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3a204b1..d73ff22 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -30,7 +30,6 @@ jobs: uses: actions/setup-python@v4 with: python-version: '3.x' - cache: 'pip' - name: Installing dependencies run: | @@ -58,7 +57,6 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - cache: 'poetry' - name: Running Poetry image uses: abatilo/actions-poetry@v2