Skip to content

Commit

Permalink
Merge pull request #132 from google/setup-python-cache-pip
Browse files Browse the repository at this point in the history
ci: use new cache directive in setup-python
  • Loading branch information
jaqx0r authored Nov 26, 2021
2 parents c70f1d8 + 821da76 commit 463929e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- uses: actions/setup-python@v2.3.0
with:
python-version: '3.7'
cache: 'pip'
- name: install dependencies
run: |
sudo apt-get update -y
Expand Down

0 comments on commit 463929e

Please sign in to comment.