Skip to content

Commit

Permalink
Chore: Install Poetry in CI from pip
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanty committed May 26, 2022
1 parent 7853185 commit 53adc87
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/ci_install_deps
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/usr/bin/env bash

curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
. $HOME/.poetry/env
pip install poetry
poetry --version
poetry config virtualenvs.in-project true
poetry run python -m ensurepip --upgrade
poetry install -vv $1
poetry install $1

0 comments on commit 53adc87

Please sign in to comment.