Skip to content

Commit 152a99f

Browse files
committed
fix: fixing uv
1 parent 60f8bc0 commit 152a99f

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88

99
jobs:
1010
ci:
11-
name: Continuous Integration
1211
runs-on: ubuntu-latest
1312
strategy:
1413
matrix:
@@ -23,7 +22,12 @@ jobs:
2322
with:
2423
python-version: ${{ matrix.python-version }}
2524

26-
- name: Install dependencies via UV
25+
- name: Install UV
26+
run: |
27+
python -m pip install --upgrade pip
28+
pip install uv
29+
30+
- name: Sync dependencies
2731
run: uv sync
2832

2933
- name: Run Pre-commit checks

0 commit comments

Comments
 (0)