Skip to content

Commit

Permalink
install tox use pip3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
linshokaku committed Feb 20, 2024
1 parent 54b8105 commit 1dec363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ RUN apk add --no-cache expat gcc libffi musl-dev \
-i /usr/local/bin/*3.${MINOR}; done

RUN apk add --no-cache bash git \
&& pip3.11 install --no-cache-dir tox==3.15.0
&& pip3.12 install --no-cache-dir tox==3.15.0
ENV TOX_PARALLEL_NO_SPINNER 1

0 comments on commit 1dec363

Please sign in to comment.