Преглед изворни кода

ci: install poetry the right way (#917)

Install poetry with pip causes many issues. The recommended way is to use this curl script or pipx.
tags/v0.23.4
Shiplu Mokaddim пре 1 година
committed by GitHub
родитељ
комит
1814e95f18
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      .github/workflows/test.yml

+ 1
- 1
.github/workflows/test.yml Прегледај датотеку

@@ -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…
Откажи
Сачувај