We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26de4b6 commit 569ef5bCopy full SHA for 569ef5b
.github/workflows/python.yml
@@ -40,7 +40,7 @@ jobs:
40
cargo run --example json_metadata --features derive
41
- name: setup Python and run tests
42
run: |
43
- uv venv -p 3.12
+ uv venv -p ${{ matrix.python }}
44
source .venv/bin/activate
45
uv pip install -r python/requirements_locked_3_13.txt
46
python -m pytest python
0 commit comments