Gr1N / setup-poetry

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

Poetry no longer working with MacOS #21

Closed kiancross closed 3 years ago

kiancross commented 3 years ago

This action used to work with MacOS, but it is now returning this error:

/Users/runner/work/_temp/151b84e0-098a-45b2-8502-13eb9d96059e.sh: line 1: poetry: command not found
ITProKyle commented 3 years ago

I am running into the same issue with the v6 release (example)

Gr1N commented 3 years ago

@kiancross @ITProKyle thank you for the report.

Issue fixed in https://github.com/Gr1N/setup-poetry/releases/tag/v7. Hope this won't be broken in the future again because I've added tests for the macOS platform.