wiremock / python-wiremock

A Python library for API mocking and testing with Testcontainers module and WireMock

Home Page:https://wiremock.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poetry installation is broken on CI

oleg-nenashev opened this issue · comments

Summary

Run curl -sSL https://install.python-poetry.org/ | python
Retrieving Poetry metadata

# Welcome to Poetry!

This will download and install the latest version of Poetry,
a dependency and package manager for Python.

It will add the `poetry` command to Poetry's bin directory, located at:

/home/runner/.local/bin

You can uninstall at any time by executing this script with the --uninstall option,
and these changes will be reverted.

Installing Poetry (1.6.1)
Installing Poetry (1.6.1): Creating environment
Installing Poetry (1.6.1): Installing Poetry
Installing Poetry (1.6.1): An error occurred. Removing partial environment.
Poetry installation failed.
See /home/runner/work/python-wiremock/python-wiremock/poetry-installer-error-wdpey_lt.log for error logs.
Error: Process completed with exit code 1.

References

No response