We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ff454 commit 1260099Copy full SHA for 1260099
2 files changed
.github/workflows/lint.yml
@@ -18,6 +18,7 @@ jobs:
18
uses: astral-sh/setup-uv@v7
19
with:
20
enable-cache: true
21
+ cache-dependency-glob: pyproject.toml
22
23
- name: Set up Python
24
uses: actions/setup-python@v6
.github/workflows/test.yml
@@ -21,6 +21,7 @@ jobs:
25
26
- name: Set up Python ${{ matrix.python-version }}
27
0 commit comments