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 64c6b47 commit 82744ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
with:
python-version: ${{ matrix.py }}
cache: 'pip'
- name: Cache .mypy_cache
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 82744ae

Please sign in to comment.