Skip to content

Commit 3a1b8f7

Browse files
committed
chore(ci): use different python versions for tests
1 parent 126571a commit 3a1b8f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Python
2626
uses: actions/setup-python@v5
2727
with:
28-
python-version-file: ".python-version"
28+
python-version: ${{ matrix.python-version }}
2929

3030
- name: Install dependencies
3131
run: uv sync --all-extras

0 commit comments

Comments
 (0)