mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fixed action
This commit is contained in:
parent
1f8ca990b5
commit
b2a814d8b1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue