Skip to content

Commit 569ef5b

Browse files
committed
Py version was wrong
1 parent 26de4b6 commit 569ef5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cargo run --example json_metadata --features derive
4141
- name: setup Python and run tests
4242
run: |
43-
uv venv -p 3.12
43+
uv venv -p ${{ matrix.python }}
4444
source .venv/bin/activate
4545
uv pip install -r python/requirements_locked_3_13.txt
4646
python -m pytest python

0 commit comments

Comments
 (0)