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 a1e8cf6 commit 5ca9b53Copy full SHA for 5ca9b53
.github/workflows/test.yml
@@ -118,9 +118,9 @@ jobs:
118
119
# Install right redis version based on redis py
120
if [[ "${{ matrix.redis-py-version }}" == "5.x" ]]; then
121
- poetry add "redis>=5.0.0,<6.0.0"
+ poetry run pip install "redis>=5.0.0,<6.0.0"
122
else
123
- poetry add "redis>=6.0.0,<7.0.0"
+ poetry run pip install "redis>=6.0.0,<7.0.0"
124
fi
125
126
- name: Set Redis image name
0 commit comments