ci: unbreak QC workflow (pin Poetry 1.8.5 + bump action versions)#196
Closed
kevinschaper wants to merge 1 commit into
Closed
ci: unbreak QC workflow (pin Poetry 1.8.5 + bump action versions)#196kevinschaper wants to merge 1 commit into
kevinschaper wants to merge 1 commit into
Conversation
The QC workflow has been red since 2026-02-18 with: Installing Poetry (2.4.0): Creating environment Installing Poetry (2.4.0): An error occurred. Removing partial environment. snok/install-poetry@v1.3 unconditionally fetches the latest Poetry installer; some recent combination of Poetry 2.x + the v1.3 action breaks bootstrap. Bumping to v1.4.1 (which supports a `version:` input) and pinning Poetry to the last 1.x release — kg-phenio's pyproject build-system requires `poetry-core>=1.0.0`, fully Poetry-1.x compatible. Also bumps actions/checkout@v3 → v4 and actions/setup-python@v3 → v5 since GH started warning about Node 20 deprecation on the v3 actions.
kevinschaper
force-pushed
the
fix-qc-poetry-installer
branch
from
May 7, 2026 06:11
16774cc to
73348be
Compare
Collaborator
Author
|
Superseded by #197 — migrating to uv instead of pinning Poetry. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The QC workflow has been red on every PR / push since 2026-02-18:
```
Installing Poetry (2.4.0): Creating environment
Installing Poetry (2.4.0): An error occurred. Removing partial environment.
Poetry installation failed.
```
`snok/install-poetry@v1.3` always fetches the latest Poetry installer; some combination of Poetry 2.x and the v1.3 action breaks the bootstrap on the ubuntu-latest runners. Last green run: 2025-10-14.
Fix
Once this lands, the schema-aware PR #195 will get a green CI signal — its current red is the same pre-existing infra failure, not anything in the metadata work.