From 48ac1c91cd85960d62928d9ab9bb66a8172e8f84 Mon Sep 17 00:00:00 2001 From: merwanehamadi Date: Wed, 12 Jul 2023 14:30:06 -0700 Subject: [PATCH] Remove dependencies cache (#94) Signed-off-by: Merwane Hamadi --- .github/workflows/ci.yml | 16 ---------------- 1 file changed, 16 deletions(-) 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