File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,7 @@ install:
6363 virtualenv --python="$PYENV_ROOT/versions/pypy-$PYPY_VERSION/bin/python" "$HOME/virtualenvs/pypy-$PYPY_VERSION"
6464 source "$HOME/virtualenvs/pypy-$PYPY_VERSION/bin/activate"
6565 fi
66- - wget https://raw.githubusercontent.com/sdispater/poetry/develop/get-poetry.py
67- - python get-poetry.py --preview -y
66+ - pip install poetry --pre -U
6867 - poetry install -v
6968 - poetry build -v
7069 - |
Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ install:
2020 - " python -m pip install --disable-pip-version-check --user --upgrade pip"
2121
2222 # Downloading and installing poetry
23- - curl -fsS -o get-poetry.py https://raw.githubusercontent.com/sdispater/poetry/develop/get-poetry.py
24- - python get-poetry.py --preview -y
23+ - python -m pip install poetry --pre -U
2524
2625 # Install dependencies
2726 - python -m pip install codecov
You can’t perform that action at this time.
0 commit comments