Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

Commit a8a0885

Browse files
committed
fix: attempt to pin setuptools to get builds working
Signed-off-by: Paul Horton <phorton@sonatype.com>
1 parent e874c2b commit a8a0885

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,8 @@ jobs:
5151
with:
5252
poetry-version: ${{ env.POETRY_VERSION }}
5353

54-
- name: Ensure setuptools is old enough
55-
run: |
56-
pip install "setuptools<71.0.0"
57-
pip freeze
54+
- name: Patch Poetry's internal virtualenv setuptools
55+
run: $HOME/.local/share/pypoetry/venv/bin/pip install "setuptools<71.0.0"
5856

5957
- name: Install dependencies
6058
run: poetry install --no-root

0 commit comments

Comments
 (0)