We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9eeacd commit 75bea8eCopy full SHA for 75bea8e
1 file changed
.github/workflows/ci.yml
@@ -24,8 +24,7 @@ jobs:
24
- name: Install the package and test dependencies
25
run: |
26
uv venv
27
- uv pip install --upgrade pip
28
- uv pip install -e '.[dev,test,cli]'
+ uv sync --frozen --extra dev --extra test --extra cli
29
30
# Consider using pre-commit.ci for open source project
31
- name: Run pre-commit
@@ -52,7 +51,6 @@ jobs:
52
51
53
54
55
56
- uv pip install -e '.[test]'
+ uv sync --frozen --extra test --extra cli
57
- name: Run tests
58
run: uv run --no-project pytest -nauto
0 commit comments