Commit 9ab737d6 by Arun Babu Neelicattu

ci: use preview build of poetry

This is a workaround for a bug in 1.0.9 causing a recursion error when
installing dependencies.
parent 8c610e1b
...@@ -48,7 +48,7 @@ jobs: ...@@ -48,7 +48,7 @@ jobs:
- name: Install poetry - name: Install poetry
shell: bash shell: bash
run: | run: |
python get-poetry.py -y python get-poetry.py -y --preview
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