Attempt CI build without pinning pip/setuptools.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dan Helfman 2023-10-23 19:20:21 -07:00
parent e4df1240fb
commit c53460bef0
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ set -e
apk add --no-cache python3 py3-pip
# If certain dependencies of black are available in this version of Alpine, install them.
apk add --no-cache py3-typed-ast py3-regex || true
python3 -m pip install --upgrade pip==23.3.1 setuptools==68.2.2
pip3 install tox==4.11.3
export COVERAGE_FILE=/tmp/.coverage
tox --workdir /tmp/.tox --sitepackages