CI: cache tox environments

This commit is contained in:
Thomas Waldmann 2026-01-31 08:06:11 +01:00
parent e78c299e71
commit a2b47c7439
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -179,6 +179,15 @@ jobs:
${{ runner.os }}-pip-
${{ runner.os }}-
- name: Cache tox environments
uses: actions/cache@v4
with:
path: .tox
key: ${{ runner.os }}-tox-${{ matrix.toxenv }}-${{ hashFiles('requirements.d/development.txt', 'pyproject.toml') }}
restore-keys: |
${{ runner.os }}-tox-${{ matrix.toxenv }}-
${{ runner.os }}-tox-
- name: Install Linux packages
if: ${{ runner.os == 'Linux' }}
run: |