Skip to content

Commit

Permalink
Stop controlling cache locations in GitHub Action
Browse files Browse the repository at this point in the history
This is no longer needed with the automatic caching of actions/setup-python.
  • Loading branch information
coldino committed Jun 25, 2022
1 parent 1ccc640 commit 44cbc28
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on: [push]

env:
PIPENV_NOSPIN: 1
PIPENV_CACHE_DIR: /tmp/.pip-cache
WORKON_HOME: /tmp/pipenv-venvs

jobs:
check:
Expand Down

0 comments on commit 44cbc28

Please sign in to comment.