Skip to content

Commit d4825f4

Browse files
committed
update: test workflow
1 parent f17d495 commit d4825f4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
version: "latest"
2121
python-version: 3.11
2222
- name: Install deps
23+
env:
24+
UV_NO_MANAGED_PYTHON: 1
2325
run: uv sync --all-extras
2426
- name: Run lint check
2527
run: uv run pre-commit run -a ${{ matrix.cmd }}
@@ -42,7 +44,9 @@ jobs:
4244
version: "latest"
4345
python-version: ${{ matrix.py_version }}
4446
- name: Install deps
45-
run: uv sync --all-extras
47+
env:
48+
UV_NO_MANAGED_PYTHON: 1
49+
run: uv sync --all-extras --python ${{ matrix.py_version }}
4650
- name: Setup pydantic version
4751
run: uv pip install "pydantic ${{ matrix.pydantic_ver }}"
4852
- name: Run pytest check

0 commit comments

Comments
 (0)