Skip to content

Can not install package in CI #9957

@PythonFZ

Description

@PythonFZ

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

3.9 to 3.12

Example pyproject.toml

-

Poetry Runtime Logs

see e.g. https://github.com/zincware/ZnSocket/actions/runs/12626057845/job/35178634129

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugSomething isn't working as expectedstatus/triageThis issue needs to be triaged

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions