CI: install aiohttp as well

This commit is contained in:
mathieui 2020-12-04 19:10:46 +01:00
parent 6c52843d71
commit fa6fe5e851

View file

@ -10,7 +10,7 @@ test:
script: script:
- apt update - apt update
- apt install -y python3 python3-pip cython3 gpg - apt install -y python3 python3-pip cython3 gpg
- pip3 install emoji - pip3 install emoji aiohttp
- ./run_tests.py - ./run_tests.py
trigger_poezio: trigger_poezio: