소스 검색

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 키 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


불러오는 중...
취소
저장