Skip to content

Commit

Permalink
Remove caching dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bparks13 authored Apr 1, 2024
1 parent 4fa9fd4 commit 37bfc88
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37bfc88

Please sign in to comment.