We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 126571a commit 3a1b8f7Copy full SHA for 3a1b8f7
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