Skip to content

Commit eab7c15

Browse files
fix: uv install
1 parent bec4fdc commit eab7c15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-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: |

0 commit comments

Comments
 (0)