Skip to content

Commit c1ca586

Browse files
committed
Added yes flag
1 parent 22038a6 commit c1ca586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Run tests against hiredis < 3.0.0
9494
if: ${{ matrix.connection-type == 'hiredis' && matrix.python-version == '3.12'}}
9595
run: |
96-
pip uninstall hiredis
96+
pip uninstall hiredis -y
9797
pip install -U setuptools wheel
9898
pip install -r requirements.txt
9999
pip install -r dev_requirements.txt
@@ -163,7 +163,7 @@ jobs:
163163
- name: Run tests against hiredis < 3.0.0
164164
if: ${{ matrix.connection-type == 'hiredis' && matrix.python-version == '3.12'}}
165165
run: |
166-
pip uninstall hiredis
166+
pip uninstall hiredis -y
167167
pip install -U setuptools wheel
168168
pip install -r requirements.txt
169169
pip install -r dev_requirements.txt

0 commit comments

Comments
 (0)