Skip to content

Commit b2653a8

Browse files
committed
update: test workflow
1 parent dfc1b62 commit b2653a8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ jobs:
2020
version: "latest"
2121
python-version: 3.11
2222
- name: Install deps
23-
env:
24-
UV_NO_MANAGED_PYTHON: 1
25-
run: uv sync --all-extras --python ${{ matrix.py_version }}
23+
run: uv sync --all-extras
2624
- name: Run lint check
2725
run: uv run pre-commit run -a ${{ matrix.cmd }}
2826
pytest:

0 commit comments

Comments
 (0)