Skip to content

Commit 834d7c1

Browse files
committed
fix optional dep uninstall in CI
1 parent a9ec07b commit 834d7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
poetry run pytest --cov-fail-under=30
4848
- name: Remove enum-properties
4949
run: |
50-
poetry run pip uninstall enum-properties --no-input
50+
poetry run pip uninstall -y enum-properties
5151
- name: Install django-filters
5252
run: |
5353
poetry install -E filters

0 commit comments

Comments
 (0)