Pip install fails in CI, runs fine in SSH

Try with this

checkout:
    post:
        *****
        - pip install -U pip setuptools virtualenv
1 Like