Also install websockets in CI.

This commit is contained in:
Andrius Štikonas 2022-12-01 20:33:33 +00:00
parent 204bff812c
commit b68c294a25
1 changed files with 1 additions and 1 deletions

View File

@ -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