From b68c294a2598bc7e1f4af63dd511ea17aa3670cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Thu, 1 Dec 2022 20:33:33 +0000 Subject: [PATCH] Also install websockets in CI. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56c5129..a4e35cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: "python:3.8" before_script: - python --version - - pip3 install flake8 pytest-asyncio async_property + - pip3 install flake8 pytest-asyncio async_property websockets stages: - test