Skip to content

ci: drop v0.41.4 pixi-version pin in unittest and package workflows#75

Merged
KedoKudo merged 1 commit into
nextfrom
ci/drop-pixi-version-pin
May 18, 2026
Merged

ci: drop v0.41.4 pixi-version pin in unittest and package workflows#75
KedoKudo merged 1 commit into
nextfrom
ci/drop-pixi-version-pin

Conversation

@KedoKudo
Copy link
Copy Markdown
Contributor

Summary

  • Removes the pixi-version: v0.41.4 pin in unittest.yml (1 occurrence) and package.yml (2 occurrences) so they use the default pixi installed by prefix-dev/setup-pixi.

Why

update-lockfiles.yml is unpinned and uses the latest pixi (which now produces lockfile version 7). The pinned test/package workflows on v0.41.4 only read older lockfile versions, so the next auto-regen of pixi.lock would break CI. This is the same root cause as the recent timepix_geometry_correction breakage (fixed in that repo's PR #70).

Test plan

  • Unit tests CI passes on this PR
  • Conda build job passes on this PR

🤖 Generated with Claude Code

The update-lockfiles workflow regenerates pixi.lock with the latest
pixi (currently producing version 7 lockfiles), but the test/package
workflows pinned to v0.41.4 only read older lockfile versions.
Removing the pin so all workflows use the same default pixi version
and stay in sync with the auto-regenerated lockfile.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@KedoKudo KedoKudo merged commit 5d821bb into next May 18, 2026
2 checks passed
@KedoKudo KedoKudo deleted the ci/drop-pixi-version-pin branch May 18, 2026 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant