File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
localuser_sudo_environment Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8383 python-version : ' 3.9'
8484 - name : Install dependencies
8585 run : |
86- pip install --upgrade hatch "virtualenv<21"
86+ pip install --upgrade hatch
8787 - name : Build
8888 run : hatch -v build
8989 # # See https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-pypi
Original file line number Diff line number Diff line change 33set -e
44
55pip install --upgrade pip
6- pip install --upgrade hatch " virtualenv<21 "
6+ pip install --upgrade hatch
77pip install --upgrade twine
88hatch run lint
99hatch run test
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive && \
6969 rm -rf /var/lib/apt/lists/* && \
7070 apt-get clean && \
7171 # Install hatch (for setting up environment and running tests)
72- pip install hatch "virtualenv<21"
72+ pip install hatch
7373
7474COPY . /code/
7575WORKDIR /code
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN apt-get update && apt-get install -y gcc libcap2-bin psmisc sudo && \
3333 addgroup ${OPENJD_TEST_SUDO_DISJOINT_GROUP} && \
3434 useradd -ms /bin/bash -G ${OPENJD_TEST_SUDO_DISJOINT_GROUP} ${OPENJD_TEST_SUDO_DISJOINT_USER} && \
3535 # Install hatch (for setting up environment and running tests)
36- pip install hatch "virtualenv<21"
36+ pip install hatch
3737
3838USER hostuser
3939
You can’t perform that action at this time.
0 commit comments