We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00c017f + b04a3b9 commit c76359fCopy full SHA for c76359f
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Python
21
uses: actions/setup-python@v5
22
with:
23
- python-version: '3.10'
+ python-version: ${{ matrix.python-version }}
24
25
- name: Install uv
26
run: |
0 commit comments