We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f17d495 commit d4825f4Copy full SHA for d4825f4
.github/workflows/test.yml
@@ -20,6 +20,8 @@ jobs:
20
version: "latest"
21
python-version: 3.11
22
- name: Install deps
23
+ env:
24
+ UV_NO_MANAGED_PYTHON: 1
25
run: uv sync --all-extras
26
- name: Run lint check
27
run: uv run pre-commit run -a ${{ matrix.cmd }}
@@ -42,7 +44,9 @@ jobs:
42
44
43
45
python-version: ${{ matrix.py_version }}
46
- run: uv sync --all-extras
47
48
49
+ run: uv sync --all-extras --python ${{ matrix.py_version }}
50
- name: Setup pydantic version
51
run: uv pip install "pydantic ${{ matrix.pydantic_ver }}"
52
- name: Run pytest check
0 commit comments