Skip to content

Commit 89fc6f7

Browse files
committed
fix: remove -y from uninstall orjson
1 parent 9c4a257 commit 89fc6f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Run coverage with orjson
6565
run: uv run pytest tests --cov
6666
- name: Uninstall orjson
67-
run: uv pip uninstall -y orjson
67+
run: uv pip uninstall orjson
6868
- name: Run coverage without orjson, appending results
6969
run: uv run pytest tests --cov --cov-append
7070
- name: Prepare ./coverage.xml
@@ -118,7 +118,7 @@ jobs:
118118
- name: Sync
119119
run: uv sync
120120
- name: Uninstall orjson
121-
run: uv pip uninstall -y orjson
121+
run: uv pip uninstall orjson
122122
- name: Run tests
123123
run: uv run pytest tests
124124

0 commit comments

Comments
 (0)