diff options
author | mathieui <mathieui@mathieui.net> | 2020-12-04 19:10:46 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2020-12-04 19:10:46 +0100 |
commit | fa6fe5e851543175867621da1962f35f4d55828f (patch) | |
tree | 3122bfa1fc5917ef75f001f4215d17c4432a0696 | |
parent | 6c52843d71cf6e74c101909f9a763facb38a898f (diff) | |
download | slixmpp-fa6fe5e851543175867621da1962f35f4d55828f.tar.gz slixmpp-fa6fe5e851543175867621da1962f35f4d55828f.tar.bz2 slixmpp-fa6fe5e851543175867621da1962f35f4d55828f.tar.xz slixmpp-fa6fe5e851543175867621da1962f35f4d55828f.zip |
CI: install aiohttp as well
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |