Skip to content

Commit 0615fa7

Browse files
authored
Update ci.yml
1 parent 2d562f8 commit 0615fa7

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ jobs:
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- uses: astral-sh/setup-uv@v5
22-
- name: Install project
23-
run: |
24-
uv pip install --system .
22+
# - name: Install project
23+
# run: |
24+
# uv pip install --system .
25+
- name: Install the project
26+
run: uv sync --all-extras --dev
2527
- name: Run tests
2628
run: |
27-
pytest tests
29+
uv run pytest tests
2830
2931

0 commit comments

Comments
 (0)