We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d0958 commit 54cf766Copy full SHA for 54cf766
1 file changed
.github/workflows/ci.yml
@@ -28,7 +28,9 @@ jobs:
28
29
- name: Install deps
30
run: |
31
- uv pip install --requirements python_coderunner/pyproject.toml --system --group dev
+ cd python_coderunner
32
+ uv sync --group dev
33
+ source .venv/bin/activate
34
35
- name: Run pre-commit
36
@@ -53,7 +55,9 @@ jobs:
53
55
54
56
57
58
59
60
61
62
- name: Run tests
63
0 commit comments