ci: Fix websocket-autobahn job

Last wsaccel library fails to install on the container.
This test has not been maintained for a while so libraries
are getting pretty old anyway.

Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
This commit is contained in:
Frediano Ziglio 2023-05-10 10:55:08 +01:00
parent 956cd26dbf
commit 71a1b11221

View File

@ -185,6 +185,7 @@ websocket-autobahn:
- *protocol
image: ubuntu:bionic
script:
- pip2 install 'wsaccel==0.6.3'
- pip2 install autobahntestsuite
- wstest -a
- git clean -fdx