epsi-builds/msspec_python3/pipeline/head This commit looks goodDetails
The 'venv' target has been modified to ensure that
setuptools is at the latest version, otherwise the
docker image could not be created.
Dockerfile was modified to pull the master branch
instead of the devel one.
epsi-builds/msspec_python3/pipeline/head There was a failure building this commitDetails
pip was not the default script in the virtualenv in the docker image (pip3 was).
So we had to use "ensurepip" as recommended by the pip team.
The Dockerfile was a bit simplified.