We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ba535 commit fba8a3bCopy full SHA for fba8a3b
.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
+ uv pip install --requirements python_coderunner/pyproject.toml --system
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