Skip to content

Commit b035ed6

Browse files
committed
ci: experiement remove uv pip install
1 parent 13db8c8 commit b035ed6

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/lint-test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ jobs:
5151
- name: Install uv
5252
uses: astral-sh/setup-uv@v5
5353

54-
- name: Install Test Dependencies
55-
run: |
56-
uv pip install -r requirements-dev.txt
57-
5854
- name: Run Pytest
5955
run: |
6056
uv run pytest --cov=app --cov-report=term-missing --cov-fail-under=80 tests/

0 commit comments

Comments
 (0)