Skip to content

Commit

Permalink
Install Poetry 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
public authored Aug 23, 2023
1 parent 8c37dcd commit 52eed22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- checkout
- run: sudo apt-get install python3-dev libev-dev
- run:
command: curl -sSL https://install.python-poetry.org | python -
command: curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.5.1 python -
environment:
POETRY_VERSION: 1.1.5
- run: poetry install
Expand All @@ -74,7 +74,7 @@ jobs:
- checkout
- run: sudo apt-get install python3-dev libev-dev
- run:
command: curl -sSL https://install.python-poetry.org | python -
command: curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.5.1 python -
environment:
POETRY_VERSION: 1.1.5
- run: poetry install
Expand All @@ -92,7 +92,7 @@ jobs:
- checkout
- run: sudo apt-get install python3-dev libev-dev
- run:
command: curl -sSL https://install.python-poetry.org | python -
command: curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.5.1 python -
environment:
POETRY_VERSION: 1.1.5
- run: poetry install
Expand Down

0 comments on commit 52eed22

Please sign in to comment.