File tree Expand file tree Collapse file tree
fastapi_template/template/{{cookiecutter.project_name}} Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 - name : Install deps
3434 run : |
3535 pip install -U pip
36- pip install poetry==1.1.13
36+ pip install poetry==1.2.2
3737 poetry install
3838 env :
3939 POETRY_VIRTUALENVS_CREATE : false
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ WORKDIR /src
2222
2323ENV PATH ${PATH}:/home/fastapi_template/.local/bin
2424
25- RUN pip install poetry==1.1.13
25+ RUN pip install poetry==1.2.2
2626
2727COPY . /src/
2828RUN pip install .
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ stages:
1010 except :
1111 - tags
1212 before_script :
13- - pip install poetry==1.1.13
13+ - pip install poetry==1.2.2
1414 - poetry config virtualenvs.create false
1515 - poetry install
1616
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
1515{%- endif %}
1616
1717
18- RUN pip install poetry==1.1.13
18+ RUN pip install poetry==1.2.2
1919
2020# Configuring poetry
2121RUN poetry config virtualenvs.create false
You can’t perform that action at this time.
0 commit comments