Skip to content

Commit abb6d7a

Browse files
committed
feat: test uv
1 parent 59df6ed commit abb6d7a

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
jobs:
1111
build-and-test:
1212
runs-on: ubuntu-latest
13+
defaults:
14+
run:
15+
working-directory: source
1316

1417
steps:
1518
- name: Checkout repository
@@ -20,10 +23,14 @@ jobs:
2023
with:
2124
python-version: '3.14'
2225

23-
- name: Install dependencies
24-
run: |
25-
python -m pip install --upgrade pip
26-
pip install -e .[dev]
26+
# - name: Install dependencies
27+
# run: |
28+
# python -m pip install --upgrade pip
29+
# pip install -e .[dev]
30+
31+
- uses: astral-sh/setup-uv@v6
32+
33+
- run: uv sync --extra dev
2734

2835
- name: Run tests
2936
run: |

0 commit comments

Comments
 (0)