Skip to content

Commit 2dc3390

Browse files
committed
fix: run
1 parent ce3b391 commit 2dc3390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: ${{ matrix.python-version }}
2020

2121
- name: Install the project
22-
run: uv pip install -r pyproject.toml --all-extras
22+
run: uv run pip install -r pyproject.toml --all-extras
2323

2424
- name: Run tests with coverage
2525
run: uv run pytest tests

0 commit comments

Comments
 (0)