Skip to content

Commit b6ba535

Browse files
removed: unused deps
1 parent f06e51e commit b6ba535

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 --group dev
31+
uv pip install --system --requirements python_coderunner/pyproject.toml
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 --group dev
56+
uv pip install --system --requirements python_coderunner/pyproject.toml
5757
5858
- name: Run tests
5959
run: |

0 commit comments

Comments
 (0)