CI: install aiohttp as well
This commit is contained in:
parent
6c52843d71
commit
fa6fe5e851
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ test:
|
|||
script:
|
||||
- apt update
|
||||
- apt install -y python3 python3-pip cython3 gpg
|
||||
- pip3 install emoji
|
||||
- pip3 install emoji aiohttp
|
||||
- ./run_tests.py
|
||||
|
||||
trigger_poezio:
|
||||
|
|
Loading…
Reference in a new issue