Skip to content

Commit

Permalink
Upgrade poetry to 1.1.15 and fix in CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmoreton committed Sep 21, 2022
1 parent 679395b commit d14b85f
Show file tree
Hide file tree
Showing 3 changed files with 852 additions and 769 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run:
name: install python dependencies
command: |
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python --version 1.1.15
. $HOME/.poetry/env
python -m venv venv
. ./venv/bin/activate
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ARG POETRY_HOME=/opt/poetry
ARG POETRY_INSTALL_ARGS="--no-dev"

# IMPORTANT: Remember to review both of these when upgrading
ARG POETRY_VERSION=1.1.8
ARG POETRY_VERSION=1.1.15
# To get this value locally:
# $ wget https://raw.githubusercontent.com/python-poetry/poetry/1.1.8/get-poetry.py
# $ sha1sum get-poetry.py
Expand Down
Loading

0 comments on commit d14b85f

Please sign in to comment.