Gr1N / setup-poetry

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

Github Action - Unexpected HTTP response: 404 #40

Open yilmazdincer opened 1 year ago

yilmazdincer commented 1 year ago

Hi,

I am using Gr1N/setup-poetry@v7 in github action. But I get this error: Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing. Error: Unexpected HTTP response: 404 How can i fix it?

Lancercmd commented 1 year ago

I've met the same problem at Python 3.10 and Gr1N/setup-poetry@v8 works for me.

WedadZeinRD commented 1 year ago

Gr1N/setup-poetry@v8 worked for me as well, python 3.8.10, thanks @Lancercmd