Replace websockets with zmq #33442
Annotations
2 errors and 1 warning
type-checking (3.12):
src/_ert/forward_model_runner/client.py#L129
If x = b'abc' then f"{x}" or "{}".format(x) produces "b'abc'", not "abc". If this is desired behavior, use f"{x!r}" or "{!r}".format(x). Otherwise, decode the bytes
|
type-checking (3.12)
Process completed with exit code 1.
|
type-checking (3.12)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|