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 868e67e commit 67d3f79Copy full SHA for 67d3f79
2 files changed
.github/workflows/linting.yaml
@@ -77,6 +77,7 @@ jobs:
77
with:
78
python-version: ${{ matrix.python-version }}
79
version: ${{ env.UV_VERSION }}
80
+ enable-cache: true
81
82
- name: Set up Python ${{ matrix.python-version }}
83
run: uv python install ${{ matrix.python-version }}
.github/workflows/testing.yaml
@@ -86,6 +86,7 @@ jobs:
86
87
88
89
90
91
92
0 commit comments