👷 temporarily fix poetry install (#1776)

This commit is contained in:
Ju4tCode
2023-03-07 11:33:13 +08:00
committed by GitHub
parent 7e614bb2b7
commit f0021af6d4
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ runs:
using: "composite"
steps:
- name: Install poetry
run: pipx install poetry
run: pipx install poetry==1.3.2
shell: bash
- uses: actions/setup-python@v4