Gr1N / setup-poetry

Set up your GitHub Actions workflow with a specific version of Poetry
MIT License
86 stars 14 forks source link

poetry: command not found in python 3.11 on macos #33

Closed wangxiaoying closed 1 year ago

wangxiaoying commented 1 year ago

Below is the workflow (please find the full yml file here):

      - uses: Gr1N/setup-poetry@v7
      - run: poetry --version

And it shows error: poetry: command not found. here is a failed running example.

Looks like the error only happens on macos with python 3.11.

Is there anything that I missed? Please let me know if you need more information.

Gr1N commented 1 year ago

Hey!

Can't reproduce. Can you please try with fresh v8?

https://github.com/Gr1N/setup-poetry/releases/tag/v8

wangxiaoying commented 1 year ago

Hi @Gr1N , switching to v8 works. Thank you!