mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Mark uvloop incompatible with pypy
This commit is contained in:
parent
6f0db67f83
commit
f5b8e30c9f
2 changed files with 2 additions and 4 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -77,9 +77,7 @@ jobs:
|
|||
- name: Install project dependencies
|
||||
if: steps.cached-pip-dependencies.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
extras="dev,test,redis,proxy,i18n"
|
||||
[[ "$IS_PYPY" == "false" ]] && extras="$extras,fast"
|
||||
pip install -e .[$extras]
|
||||
pip install -e .[dev,test,redis,proxy,i18n,fast]
|
||||
|
||||
- name: Lint code
|
||||
if: "env.IS_PYPY == 'false'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue