Skip to content

Commit

Permalink
Add pip cache
Browse files Browse the repository at this point in the history
  • Loading branch information
nlessmann committed Apr 15, 2022
1 parent fea6549 commit 8598c23
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/deploy-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,10 @@ jobs:
- uses: actions/checkout@v2

- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: 3.9

# - uses: actions/cache@v2
# id: cache
# with:
# path: ${{ env.pythonLocation }}
# key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ hashFiles('requirements.txt') }}
cache: 'pip'

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down

0 comments on commit 8598c23

Please sign in to comment.