Install poetry the right way

Install poetry with pip causes many issues. The recommended way is to use this curl script or pipx.
pull/917/head
Shiplu Mokaddim 2 years ago committed by GitHub
parent b19b09761d
commit c6970fec7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,7 +28,7 @@ jobs:
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1
- name: Install poetry
run: pip install poetry
run: curl -sSL https://install.python-poetry.org | python3 -
- name: Run all tests
run: |
poetry install

Loading…
Cancel
Save