From fa6fe5e851543175867621da1962f35f4d55828f Mon Sep 17 00:00:00 2001 From: mathieui Date: Fri, 4 Dec 2020 19:10:46 +0100 Subject: CI: install aiohttp as well --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0a4013b6..e3daa539 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: -- cgit v1.2.3