catching a pip check fail in the pipline
From @dara:
At the moment a failing pip check leads to a failed pipeline. I was wondering if we could change it so it just prints a warning but does not stop.
example:
- OUTPUT=$(pip check) || true
- echo "$OUTPUT"
@danschef I would like to hear your opinion about it!