Skip to content

Commit

Permalink
Fix poetry install in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmoreton committed Sep 14, 2022
1 parent 02e0828 commit 7c18275
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
- run:
name: install python dependencies
command: |
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
. $HOME/.poetry/env
curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.2.0 POETRY_HOME=$HOME/.poetry/env python3 -
python -m venv venv
. ./venv/bin/activate
poetry install
Expand Down

0 comments on commit 7c18275

Please sign in to comment.