File tree 4 files changed +4
-4
lines changed
.github/workflows/shared-build
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 59
59
- run : npm dedupe
60
60
working-directory : testproject
61
61
shell : bash
62
- - run : pip install poetry==1.8.3 --upgrade
62
+ - run : pip install poetry==2.0.1 --upgrade
63
63
working-directory : testproject
64
64
shell : bash
65
65
- 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 \
6
6
PIP_NO_CACHE_DIR=off \
7
7
PIP_DISABLE_PIP_VERSION_CHECK=on \
8
8
PIP_DEFAULT_TIMEOUT=100 \
9
- POETRY_VERSION=1.7 .1
9
+ POETRY_VERSION=2.0 .1
10
10
11
11
RUN groupadd user && useradd --create-home --home-dir /home/user -g user user
12
12
Original file line number Diff line number Diff line change 51
51
build-${% templatetag openvariable%} env.cache_name {% templatetag closevariable %}-${% templatetag openvariable%} steps.git.outputs.branch {% templatetag closevariable %}
52
52
build-${% templatetag openvariable%} env.cache_name {% templatetag closevariable %}
53
53
- 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
55
55
- run : curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
56
56
- run : sudo apt-get install git-lfs --upgrade
57
57
- 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:
109
109
- key : PYTHON_VERSION
110
110
value : 3.12.0
111
111
- key : POETRY_VERSION
112
- value : 1.7 .1
112
+ value : 2.0 .1
113
113
- key : SECRET_KEY
114
114
generateValue : true
115
115
- key : DJANGO_SETTINGS_MODULE
You can’t perform that action at this time.
0 commit comments