We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 126571a + 3a1b8f7 commit 5616bbfCopy full SHA for 5616bbf
1 file changed
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Setup Python
26
uses: actions/setup-python@v5
27
with:
28
- python-version-file: ".python-version"
+ python-version: ${{ matrix.python-version }}
29
30
- name: Install dependencies
31
run: uv sync --all-extras
0 commit comments