Fixed action

This commit is contained in:
Alex Root Junior 2022-10-01 23:22:55 +03:00
parent 1f8ca990b5
commit b2a814d8b1
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC

View file

@ -110,7 +110,7 @@ jobs:
run: |
flags=""
[[ "$IS_PYPY" == "false" ]] && flags="$flags -E fast"
poetry install --no-interaction -E redis -E proxy -E i18n -E docs $flags
poetry install --no-interaction -E redis -E proxy -E i18n $flags
- name: Lint code
run: |