Update tests.yaml

This commit is contained in:
Andrii Labych 2025-03-30 15:18:55 +03:00 committed by GitHub
parent af43c39f2c
commit 18e2264901
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,7 @@ jobs:
cache: pip
cache-dependency-path: requirements*/*.txt
- name: cache mypy
uses: uses: actions/cache@v4
uses: actions/cache@v4
with:
path: ./.mypy_cache
key: mypy|${{ hashFiles('pyproject.toml') }}