File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
matrix :
13
13
python-version : ["3.9"]
14
- poetry-version : ["1.1 "]
14
+ poetry-version : ["1.2 "]
15
15
steps :
16
16
- uses : actions/checkout@v3
17
17
- uses : actions/setup-python@v2
Original file line number Diff line number Diff line change 9
9
strategy :
10
10
matrix :
11
11
python-version : ["3.9"]
12
- poetry-version : ["1.1 "]
12
+ poetry-version : ["1.2 "]
13
13
steps :
14
14
- uses : actions/checkout@v2
15
15
- name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 9
9
strategy :
10
10
matrix :
11
11
python-version : ["3.9"]
12
- poetry-version : ["1.1 "]
12
+ poetry-version : ["1.2 "]
13
13
steps :
14
14
- uses : actions/checkout@v2
15
15
- name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ RUN apt-get update \
27
27
&& apt-get --no-install-recommends install -y curl=7.64.0-4+deb10u2 \
28
28
&& apt-get clean \
29
29
&& rm -rf /var/lib/apt/lists/* \
30
- && curl -sSL https://raw.githubusercontent.com/ python-poetry/poetry/master/get-poetry.py | python
30
+ && curl -sSL https://install. python-poetry.org | python
31
31
32
- ENV PATH="${PATH}:/root/.poetry /bin"
32
+ ENV PATH="${PATH}:/root/.local /bin"
33
33
34
34
35
35
COPY pyproject.toml poetry.lock ./
36
36
37
37
# install deps
38
- RUN poetry install --no-dev --no-root
38
+ RUN poetry install --only main --no-root
39
39
40
40
41
41
# Prod
You can’t perform that action at this time.
0 commit comments