Skip to content

Commit 540e999

Browse files
committed
adjust extra dependency for tests
1 parent 7448938 commit 540e999

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
@@ -82,7 +82,7 @@ jobs:
8282
run: |
8383
python -m pip --quiet install poetry
8484
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
85-
poetry install -E yaml
85+
poetry install -E yaml -E valkey
8686
poetry run pip install django==${{ matrix.django-version }}
8787
8888
- name: Get version

0 commit comments

Comments
 (0)