Skip to content

Commit 6606b3e

Browse files
committed
Update ci.yml
1 parent a6d1e06 commit 6606b3e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,11 @@ jobs:
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727

28-
- name: Install uv
29-
uses: astral-sh/setup-uv@v3
30-
with:
31-
version: "latest"
32-
3328
- name: Install dependencies
3429
run: |
35-
uv pip install --system -e ".[dev]"
30+
python -m pip install --upgrade pip
31+
pip install -e .
32+
pip install ruff pytest pytest-cov
3633
3734
- name: Run linting with ruff
3835
run: |

0 commit comments

Comments
 (0)