Description
All my poetry projects CI fails with the latest release.
They are using
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
uses: snok/install-poetry@v1
with:
virtualenvs-create: true
virtualenvs-in-project: true
- name: Install package
run: |
poetry install --no-interaction
and just fail with
Installing the current project: znsocket (0.2.8)
'Repository'
Error: Process completed with exit code 1.
This seems more or less independent of the requirements as different packages are affected, e.g.:
Workarounds
Poetry Installation Method
other
Operating System
ubuntu-latest
Poetry Version
v2
Poetry Configuration
see https://github.com/snok/install-poetry
Python Sysconfig
Example pyproject.toml
Poetry Runtime Logs
see e.g. https://github.com/zincware/ZnSocket/actions/runs/12626057845/job/35178634129
Description
All my poetry projects CI fails with the latest release.
They are using
and just fail with
This seems more or less independent of the requirements as different packages are affected, e.g.:
Workarounds
Poetry Installation Method
other
Operating System
ubuntu-latest
Poetry Version
v2
Poetry Configuration
Python Sysconfig
Example pyproject.toml
-Poetry Runtime Logs