We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c129d9 commit 6c30c23Copy full SHA for 6c30c23
1 file changed
.github/workflows/test.yml
@@ -40,6 +40,8 @@ jobs:
40
pydantic-version: "v1"
41
fail-fast: false
42
runs-on: ubuntu-latest
43
+ env:
44
+ UV_PYTHON: ${{ matrix.python-version }}
45
steps:
46
- name: Dump GitHub context
47
env:
0 commit comments