瀏覽代碼

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
沒有發現已知的金鑰在資料庫的簽署中 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…
取消
儲存