cache by resolution

This commit is contained in:
Ben Burns
2025-02-07 19:45:04 +13:00
parent 45dba4d326
commit 28a8d85b61
+1 -1
View File
@@ -183,7 +183,7 @@ jobs:
with:
enable-cache: true
cache-dependency-glob: pyproject.toml
cache-suffix: py${{ matrix.python-version }}
cache-suffix: "py${{ matrix.python-version }}-${{ matrix.resolution }}"
- name: Install dependencies
env: