Skip to content

Commit c4841e7

Browse files
committed
update: test workflow
1 parent b2653a8 commit c4841e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- uses: actions/checkout@v5
3535
with:
3636
persist-credentials: false
37+
- uses: actions/setup-python@v5
38+
with:
39+
python-version: ${{ matrix.py_version }}
3740
- id: setup-uv
3841
uses: astral-sh/setup-uv@v7
3942
with:

0 commit comments

Comments
 (0)