We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e0330 commit fd5dee4Copy full SHA for fd5dee4
1 file changed
.github/workflows/run-tests.yaml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install uv
32
uses: astral-sh/setup-uv@v5.4.0
33
with:
34
- python-version: ${{matrix.python-version}}
+ python-version: 3.11
35
36
- name: Install dependencies
37
run: |
0 commit comments