We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f06e51e commit b6ba535Copy full SHA for b6ba535
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Install deps
30
run: |
31
- uv pip install --system --requirements python_coderunner/pyproject.toml --group dev
+ uv pip install --system --requirements python_coderunner/pyproject.toml
32
33
- name: Run pre-commit
34
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
58
- name: Run tests
59
0 commit comments