Skip to content

Commit fba8a3b

Browse files
removed: unused deps
1 parent b6ba535 commit fba8a3b

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 --requirements python_coderunner/pyproject.toml
31+
uv pip install --requirements python_coderunner/pyproject.toml --system
3232
3333
- name: Run pre-commit
3434
run: |
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Install deps
5555
run: |
56-
uv pip install --system --requirements python_coderunner/pyproject.toml
56+
uv pip install --requirements python_coderunner/pyproject.toml --system
5757
5858
- name: Run tests
5959
run: |

0 commit comments

Comments
 (0)