We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3b391 commit 2dc3390Copy full SHA for 2dc3390
.github/workflows/ci.yaml
@@ -19,7 +19,7 @@ jobs:
19
python-version: ${{ matrix.python-version }}
20
21
- name: Install the project
22
- run: uv pip install -r pyproject.toml --all-extras
+ run: uv run pip install -r pyproject.toml --all-extras
23
24
- name: Run tests with coverage
25
run: uv run pytest tests
0 commit comments