Skip to content

Replace websockets with zmq #33442

Replace websockets with zmq

Replace websockets with zmq #33442

Triggered via pull request December 20, 2024 08:47
Status Failure
Total duration 1m 38s
Artifacts

typing.yml

on: pull_request
Matrix: type-checking
Fit to window
Zoom out
Zoom in

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