Skip to content

Commit d12bf42

Browse files
authored
Update poetry to 1.8.3 (#493)
update poetry to 1.8.3
1 parent 8e29a9b commit d12bf42

File tree

4 files changed

+933
-1018
lines changed

4 files changed

+933
-1018
lines changed

.github/workflows/ci.yml

+3-12
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,7 @@ jobs:
4444
- name: Install poetry
4545
uses: abatilo/[email protected]
4646
with:
47-
# use a newer version of poetry in this test, but
48-
# poetry in the dockerfile is a bit older because
49-
# of a urllib3 issue
50-
poetry-version: 1.3.1
47+
poetry-version: 1.8.3
5148

5249
- name: Install poetry dependencies
5350
run: |
@@ -125,10 +122,7 @@ jobs:
125122
- name: Install poetry
126123
uses: abatilo/[email protected]
127124
with:
128-
# use a newer version of poetry in this test, but
129-
# poetry in the dockerfile is a bit older because
130-
# of a urllib3 issue
131-
poetry-version: 1.3.1
125+
poetry-version: 1.8.3
132126

133127
- name: Set up Docker Buildx
134128
uses: docker/setup-buildx-action@v2
@@ -196,10 +190,7 @@ jobs:
196190
- name: Install poetry
197191
uses: abatilo/[email protected]
198192
with:
199-
# use a newer version of poetry in this test, but
200-
# poetry in the dockerfile is a bit older because
201-
# of a urllib3 issue
202-
poetry-version: 1.3.1
193+
poetry-version: 1.8.3
203194

204195
- name: Set up Docker Buildx
205196
uses: docker/setup-buildx-action@v2

alfalfa_worker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV LANG C.UTF-8
1010
ENV DEBIAN_FRONTEND noninteractive
1111

1212
# Install poetry
13-
RUN pip3 install poetry==1.3.1
13+
RUN pip3 install poetry==1.8.3
1414

1515
# Copy and install poetry-based dependencies
1616
COPY pyproject.toml /alfalfa

0 commit comments

Comments
 (0)