We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1641fdf commit c343562Copy full SHA for c343562
2 files changed
.github/workflows/linting.yaml
@@ -78,6 +78,8 @@ jobs:
78
python-version: ${{ matrix.python-version }}
79
version: ${{ env.UV_VERSION }}
80
enable-cache: true
81
+ cache-dependency-glob: "uv.lock"
82
+ prune-cache: true
83
84
- name: Set up Python ${{ matrix.python-version }}
85
run: uv python install ${{ matrix.python-version }}
.github/workflows/testing.yaml
@@ -87,6 +87,8 @@ jobs:
87
88
89
90
91
92
93
94
0 commit comments