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 462d942 commit daf4625Copy full SHA for daf4625
.github/workflows/test.yml
@@ -82,7 +82,7 @@ jobs:
82
run: |
83
python -m pip --quiet install poetry
84
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
85
- poetry install -E yaml
+ poetry install -E yaml -E valkey
86
poetry run pip install django==${{ matrix.django-version }}
87
88
- name: Get version
0 commit comments