File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,8 @@ install:
6666 source "$HOME/virtualenvs/pypy-$PYPY_VERSION/bin/activate"
6767 fi
6868 - pip install pip -U
69- - curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
69+ - curl -fsS -o get-poetry.py https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py
70+ - python get-poetry.py --preview -y
7071 - source $HOME/.poetry/env
7172 - poetry install -v
7273 - poetry build -v
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ install:
2020 - " python -m pip install --disable-pip-version-check --user --upgrade pip"
2121
2222 # Downloading and installing poetry
23- - python -m pip install poetry -U
23+ - python -m pip install poetry>=1.0.0b1 -U
2424
2525 # Install dependencies
2626 - python -m pip install codecov
You can’t perform that action at this time.
0 commit comments