Use cache key that includes os version

pull/285/head
Patrick Robertson 2025-03-28 18:24:24 +04:00
rodzic 25f1f5dc93
commit 86f328515c
2 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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