ci: Fix websocket-autobahn job

Last Automat library fails to install on the container.
Similar to 71a1b112.

Signed-off-by: Michael Scherle <michael.scherle@rz.uni-freiburg.de>
This commit is contained in:
Michael Scherle 2024-11-19 15:27:17 +01:00
parent f0eb8cc57d
commit da26dd87dc
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -91,5 +91,6 @@ Patches also contributed by
Biswapriyo Nath <nathbappai@gmail.com>
Vivek Kasireddy <vivek.kasireddy@intel.com>
osy <osy@turing.llc>
Michael Scherle <michael.scherle@rz.uni-freiburg.de>
....send patches to get your name here...