Skip to content

Commit 63b618d

Browse files
fix: uv install
1 parent bec4fdc commit 63b618d

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Install deps
3030
run: |
31-
uv pip install --system python_coderunner
31+
uv pip install --system --requirements python_coderunner/pyproject.toml
3232
3333
- name: Run pre-commit
3434
run: |
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Install deps
5454
run: |
55-
uv pip install --system python_coderunner
55+
uv pip install --system --requirements python_coderunner/pyproject.toml
5656
5757
- name: Run tests
5858
run: |

python_coderunner/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ dependencies = [
1111
"pytest-mock>=3.5.1",
1212
"pyyaml>=5.4.1",
1313
"requests>=2.27.1",
14+
"ruff>=0.12.0",
1415
]
1516

1617
[tool.pytest.ini_options]

python_coderunner/uv.lock

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)