Skip to content

Commit

Permalink
ci: tests: build: Use pip cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pdxjohnny authored Dec 15, 2023
1 parent 6c53d0e commit 6697bee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Get pip cache
id: pip-cache
run: |
Expand Down

0 comments on commit 6697bee

Please sign in to comment.