Skip to content

Commit

Permalink
disable python cache
Browse files Browse the repository at this point in the history
  • Loading branch information
martvanrijthoven committed May 5, 2021
1 parent a46ceb1 commit a67b2f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
with:
python-version: 3.9

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

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

0 comments on commit a67b2f0

Please sign in to comment.