-
Notifications
You must be signed in to change notification settings - Fork 6
Fix GH Actions failures #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
0886ba9
Refactor architecture, reorganize tests, and bump CI coverage to 80%
royerloic c4f69cf
Consolidate 22 tools into 16, add helpers module, harden validation
royerloic 1f47753
Harden line_limit handling, remove compat aliases, expand test coverage
royerloic 0a8b9e9
Add server shutdown lifecycle, fix bridge validation and namespace
royerloic 047430f
Add napari backend option to installer CLI
ilan-theodoro a6f77aa
Fix CI failures and workflow flakiness
ilan-theodoro 4a9369f
Trigger PR checks on main
ilan-theodoro 052b5f0
Fix quality workflow type stubs
ilan-theodoro 515036c
Fix Windows README decoding test
ilan-theodoro File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: royerlab/napari-mcp
Length of output: 223
🌐 Web query:
astral-sh/setup-uv action releases versions v6💡 Result:
astral-sh/setup-uvdoes have a v6 major line (usable asuses: astral-sh/setup-uv@v6, which floats to the latestv6.x.y). The last v6 release isv6.8.0(“Add **/*.py.lock to cache-dependency-glob”, dated Sep 30). [1]As of Mar 16, 2026, the latest overall major is v7 (latest release shown:
v7.6.0), and Astral’s docs now showuses: astral-sh/setup-uv@v7in examples. [2], [3]Sources: [1] [2] [3]
Upgrade setup-uv action from v6 to v7.
The workflow currently uses
astral-sh/setup-uv@v6, but v7 is now the latest stable release and is recommended in Astral's official documentation. This appears in lines 44 and 96.🤖 Prompt for AI Agents