Use cache key that includes os version

This commit is contained in:
Patrick Robertson
2025-03-28 18:24:24 +04:00
parent 25f1f5dc93
commit 86f328515c
2 changed files with 6 additions and 0 deletions

View File

@@ -36,6 +36,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
cache-dependency-path: |
poetry.lock
/etc/os-release
- name: Install dependencies
run: poetry install --no-interaction --with dev

View File

@@ -40,6 +40,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
cache-dependency-path: |
poetry.lock
/etc/os-release
- name: Install dependencies
run: poetry install --no-interaction --with dev