Skip to content

Commit

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

0 comments on commit f2ed95e

Please sign in to comment.