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.
2 parents 10ad20d + a9059ce commit caedc63Copy full SHA for caedc63
1 file changed
.github/workflows/tests.yml
@@ -24,12 +24,11 @@ jobs:
24
# git checkout
25
- uses: actions/checkout@v7
26
27
- # Python setup
28
- - name: Set up Python ${{ matrix.python-version }}
29
- uses: actions/setup-python@v6
+ - name: Install uv + caching
+ uses: astral-sh/setup-uv@v8.3.0
30
with:
+ enable-cache: true
31
python-version: ${{ matrix.python-version }}
32
- cache: "pip"
33
34
# Run tests
35
- name: Install dependencies
0 commit comments