diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45bd64ff..34eedb29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,14 +38,6 @@ jobs: run: | curl -sSL https://install.python-poetry.org | python - - - name: Set up Poetry cache - uses: actions/cache@v2 - with: - path: | - ~/.cache/pypoetry - .venv - key: ${{ runner.os }}-poetry-${{ hashFiles('**/pyproject.toml') }}-${{ hashFiles('**/poetry.lock') }}-${{ steps.get_date.outputs.date }} - - name: Install dependencies run: | poetry install @@ -107,14 +99,6 @@ jobs: run: | curl -sSL https://install.python-poetry.org | python - - - name: Set up Poetry cache - uses: actions/cache@v2 - with: - path: | - ~/.cache/pypoetry - .venv - key: ${{ runner.os }}-poetry-${{ hashFiles('**/pyproject.toml') }}-${{ hashFiles('**/poetry.lock') }}-${{ steps.get_date.outputs.date }} - - name: Install dependencies run: | poetry install