Skip to content

Commit 6c30c23

Browse files
authored
🐛 Fix CI ran all tests on oldest supported Python (#136)
1 parent 8c129d9 commit 6c30c23

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
pydantic-version: "v1"
4141
fail-fast: false
4242
runs-on: ubuntu-latest
43+
env:
44+
UV_PYTHON: ${{ matrix.python-version }}
4345
steps:
4446
- name: Dump GitHub context
4547
env:

0 commit comments

Comments
 (0)