We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22038a6 commit c1ca586Copy full SHA for c1ca586
.github/workflows/integration.yaml
@@ -93,7 +93,7 @@ jobs:
93
- name: Run tests against hiredis < 3.0.0
94
if: ${{ matrix.connection-type == 'hiredis' && matrix.python-version == '3.12'}}
95
run: |
96
- pip uninstall hiredis
+ pip uninstall hiredis -y
97
pip install -U setuptools wheel
98
pip install -r requirements.txt
99
pip install -r dev_requirements.txt
@@ -163,7 +163,7 @@ jobs:
163
164
165
166
167
168
169
0 commit comments