Skip to content

Commit

Permalink
remove action@cache support in pythonpublish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zxyle committed Feb 27, 2020
1 parent d7485b3 commit eb52c71
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v1

- uses: actions/cache@v1
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Set up Python
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit eb52c71

Please sign in to comment.