File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
.github/workflows/shared-build Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5959 - run : npm dedupe
6060 working-directory : testproject
6161 shell : bash
62- - run : pip install poetry==1.8.3 --upgrade
62+ - run : pip install poetry==2.0.1 --upgrade
6363 working-directory : testproject
6464 shell : bash
6565 - run : poetry install --with dev --no-root --no-interaction --no-ansi
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ENV PYTHONFAULTHANDLER=1 \
66 PIP_NO_CACHE_DIR=off \
77 PIP_DISABLE_PIP_VERSION_CHECK=on \
88 PIP_DEFAULT_TIMEOUT=100 \
9- POETRY_VERSION=1.7 .1
9+ POETRY_VERSION=2.0 .1
1010
1111RUN groupadd user && useradd --create-home --home-dir /home/user -g user user
1212
Original file line number Diff line number Diff line change 5151 build-${% templatetag openvariable%} env.cache_name {% templatetag closevariable %}-${% templatetag openvariable%} steps.git.outputs.branch {% templatetag closevariable %}
5252 build-${% templatetag openvariable%} env.cache_name {% templatetag closevariable %}
5353 - run : python -m pip install --upgrade pip
54- - run : python -m pip install poetry==1.7 .1
54+ - run : python -m pip install poetry==2.0 .1
5555 - run : curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
5656 - run : sudo apt-get install git-lfs --upgrade
5757 - run : poetry install --with dev --no-root --no-interaction --no-ansi
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ envVarGroups:
109109 - key : PYTHON_VERSION
110110 value : 3.12.0
111111 - key : POETRY_VERSION
112- value : 1.7 .1
112+ value : 2.0 .1
113113 - key : SECRET_KEY
114114 generateValue : true
115115 - key : DJANGO_SETTINGS_MODULE
You can’t perform that action at this time.
0 commit comments