Skip to content

bisector: use requests package instead of curl

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr105 into next

Avoid depending on external CLI tool, use the well-known "requests" package for network HTTP operations.

Merge request reports