Skip to content

Commit

Permalink
Update poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
rudigiesler committed May 2, 2023
1 parent c4da246 commit 5c333e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: 3.9.15
- uses: abatilo/actions-poetry@v2.0.0
with:
poetry-version: 1.2.0
poetry-version: 1.4.2
- name: Install dependancies
run: |
poetry install
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ghcr.io/praekeltfoundation/python-base-nw:3.9-bullseye as build

# Requirements to build wheels where there are no python 3.9 wheels
RUN apt-get-install.sh gcc libc-dev make
RUN pip install "poetry==1.2.0"
RUN pip install "poetry==1.4.2"
RUN poetry config virtualenvs.in-project true

# Install just the deps so we use cached layers if they haven't changed
Expand Down

0 comments on commit 5c333e8

Please sign in to comment.