We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ce275 commit 8eb364eCopy full SHA for 8eb364e
2 files changed
.github/workflows/ci-full.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: actions/cache@v4
43
with:
44
path: ~/.cache/uv
45
- key: ${{ runner.os }}-uv-${{ hashFiles('**/uv.lock', '**/pyproject.toml') }}
+ key: ${{ runner.os }}-uv-${{ hashFiles('uv.lock', 'pyproject.toml') }}
46
restore-keys: |
47
${{ runner.os }}-uv-
48
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
0 commit comments