Fix CI: bump pixi to v0.66.0 to support [workspace] manifest and lock file v6#11
Merged
maxnutz merged 2 commits into5-create-minimal-set-of-variable-functions-for-final-energyfrom Mar 24, 2026
Conversation
…ace] syntax and lock file v6 Co-authored-by: maxnutz <81740567+maxnutz@users.noreply.github.com> Agent-Logs-Url: https://github.com/maxnutz/pypsa_validation_processing/sessions/1df2d786-39b3-430a-ba4a-f5e31fa8ffc9
Copilot
AI
changed the title
[WIP] Fix GitHub workflow for Tests
Fix CI: bump pixi to v0.66.0 to support Mar 24, 2026
[workspace] manifest and lock file v6
8ac88a4
into
5-create-minimal-set-of-variable-functions-for-final-energy
2 checks passed
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates the CI test workflow to use a newer pixi setup action and pixi version compatible with workspace manifests and lock file v6 so tests can run instead of failing during environment setup. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
The CI workflow was pinned to pixi
v0.25.0, which predates the[workspace]manifest key (introduced in v0.29.0) and lock file version 6 — causing an immediate parse failure before any tests could run.Changes
.github/workflows/tests.ymlprefix-dev/setup-pixi:v0.8.1→v0.9.4pixi-version:v0.25.0→v0.66.0Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/prefix-dev/pixi/releases/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(http block)If you need me to access, download, or install something from one of these locations, you can either:
⚡ Quickly spin up Copilot coding agent tasks from anywhere on your macOS or Windows machine with Raycast.
Summary by Sourcery
CI: