Skip to content

Commit

Permalink
Update poetry to 1.8.3 (#493)
Browse files Browse the repository at this point in the history
update poetry to 1.8.3
  • Loading branch information
TShapinsky authored May 10, 2024
1 parent 8e29a9b commit d12bf42
Show file tree
Hide file tree
Showing 4 changed files with 933 additions and 1,018 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ jobs:
- name: Install poetry
uses: abatilo/[email protected]
with:
# use a newer version of poetry in this test, but
# poetry in the dockerfile is a bit older because
# of a urllib3 issue
poetry-version: 1.3.1
poetry-version: 1.8.3

- name: Install poetry dependencies
run: |
Expand Down Expand Up @@ -125,10 +122,7 @@ jobs:
- name: Install poetry
uses: abatilo/[email protected]
with:
# use a newer version of poetry in this test, but
# poetry in the dockerfile is a bit older because
# of a urllib3 issue
poetry-version: 1.3.1
poetry-version: 1.8.3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down Expand Up @@ -196,10 +190,7 @@ jobs:
- name: Install poetry
uses: abatilo/[email protected]
with:
# use a newer version of poetry in this test, but
# poetry in the dockerfile is a bit older because
# of a urllib3 issue
poetry-version: 1.3.1
poetry-version: 1.8.3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down
2 changes: 1 addition & 1 deletion alfalfa_worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV LANG C.UTF-8
ENV DEBIAN_FRONTEND noninteractive

# Install poetry
RUN pip3 install poetry==1.3.1
RUN pip3 install poetry==1.8.3

# Copy and install poetry-based dependencies
COPY pyproject.toml /alfalfa
Expand Down
Loading

0 comments on commit d12bf42

Please sign in to comment.