From 37bfc88722d7801a4bf146ccc0a04a7a46b51756 Mon Sep 17 00:00:00 2001 From: Brandon Parks Date: Mon, 1 Apr 2024 11:32:35 -0400 Subject: [PATCH] Remove caching dependencies --- .github/workflows/gh-pages.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 247f2d3..8b78636 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -25,14 +25,7 @@ jobs: run: | python -m pip install --upgrade pipenv wheel - - id: cache-pipenv - uses: actions/cache@v4 - with: - path: ~/.local/share/virtualenvs - key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }} - - name: Install dependencies - if: steps.cache-pipenv.outputs.cache-hit != 'true' run: | pipenv install --deploy --dev