Kaynağa Gözat
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 yıl önce
committed by
GitHub
ebeveyn
işleme
1814e95f18
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile
1 ekleme ve
1 silme
-
.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 |
|
|
|