Skip to content

Commit

Permalink
gh-actions: Enable setup-python cache
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarnett committed Sep 22, 2024
1 parent 7526388 commit c625dc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.py }}
cache: 'pip'
- name: Install tox-gh
run: python -m pip install tox-gh>=1.2
- name: Setup test suite
Expand Down

0 comments on commit c625dc9

Please sign in to comment.