Commit a08c4a91 by Sébastien Eustace

Do not use preview versions of Poetry in CI

parent 7403a4db
...@@ -41,8 +41,7 @@ jobs: ...@@ -41,8 +41,7 @@ jobs:
- name: Install poetry - name: Install poetry
shell: bash shell: bash
run: | run: |
curl -fsS -o get-poetry.py https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py python get-poetry.py -y
python get-poetry.py --preview -y
echo "::set-env name=PATH::$HOME/.poetry/bin:$PATH" echo "::set-env name=PATH::$HOME/.poetry/bin:$PATH"
- name: Configure poetry - name: Configure poetry
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment