File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v4
12- - run : pipx install "poetry>=1 .1.12,<2 "
12+ - run : pipx install "poetry>=2 .1.2,<3 "
1313 - uses : actions/setup-python@v5
1414 with :
1515 python-version : " 3.13"
3838 toxenv : py313-dj42,py313-dj52,py312-djmain
3939 steps :
4040 - uses : actions/checkout@v4
41- - run : pipx install "poetry>=1 .1.12,<2 "
41+ - run : pipx install "poetry>=2 .1.2,<3 "
4242 - uses : actions/setup-python@v5
4343 with :
4444 python-version : ${{ matrix.python }}
6464 - if : steps.node-cache.outputs.cache-hit != 'true'
6565 run : npm ci --no-audit
6666 - run : npm run build
67- - run : pipx install "poetry>=1 .1.12,<2 "
67+ - run : pipx install "poetry>=2 .1.2,<3 "
6868 - uses : actions/setup-python@v5
6969 with :
7070 python-version-file : pyproject.toml
Original file line number Diff line number Diff line change 1010 # initialise and install the python part of the app by installing poetry
1111 # and the python dependencies
1212 - init : |
13- pip install "poetry>=1 .1.12,<2 "
13+ pip install "poetry>=2 .1.2,<3 "
1414 poetry install
1515 gp sync-done python
1616 # 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 \
1313
1414USER dpl
1515
16- RUN pip install --user "poetry>=1 .1.12,<2 " && \
16+ RUN pip install --user "poetry>=2 .1.2,<3 " && \
1717 python -m venv /venv/
1818
1919COPY pyproject.toml ./
You can’t perform that action at this time.
0 commit comments