File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v4
12
- - run : pipx install "poetry>=1 .1.12,<2 "
12
+ - run : pipx install "poetry>=2 .1.2,<3 "
13
13
- uses : actions/setup-python@v5
14
14
with :
15
15
python-version : " 3.13"
38
38
toxenv : py313-dj42,py313-dj52,py312-djmain
39
39
steps :
40
40
- uses : actions/checkout@v4
41
- - run : pipx install "poetry>=1 .1.12,<2 "
41
+ - run : pipx install "poetry>=2 .1.2,<3 "
42
42
- uses : actions/setup-python@v5
43
43
with :
44
44
python-version : ${{ matrix.python }}
64
64
- if : steps.node-cache.outputs.cache-hit != 'true'
65
65
run : npm ci --no-audit
66
66
- run : npm run build
67
- - run : pipx install "poetry>=1 .1.12,<2 "
67
+ - run : pipx install "poetry>=2 .1.2,<3 "
68
68
- uses : actions/setup-python@v5
69
69
with :
70
70
python-version-file : pyproject.toml
Original file line number Diff line number Diff line change 10
10
# initialise and install the python part of the app by installing poetry
11
11
# and the python dependencies
12
12
- init : |
13
- pip install "poetry>=1 .1.12,<2 "
13
+ pip install "poetry>=2 .1.2,<3 "
14
14
poetry install
15
15
gp sync-done python
16
16
# Start the server for testing
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ENV PATH=/venv/bin:/home/dpl/.local/bin:$PATH \
13
13
14
14
USER dpl
15
15
16
- RUN pip install --user "poetry>=1 .1.12,<2 " && \
16
+ RUN pip install --user "poetry>=2 .1.2,<3 " && \
17
17
python -m venv /venv/
18
18
19
19
COPY pyproject.toml ./
You can’t perform that action at this time.
0 commit comments