Implement working directory setup#236
Merged
pavelzw merged 3 commits intoprefix-dev:mainfrom Jan 27, 2026
Merged
Conversation
c106d60 to
48aa126
Compare
48aa126 to
8bf8202
Compare
pavelzw
reviewed
Nov 12, 2025
Collaborator
pavelzw
left a comment
There was a problem hiding this comment.
mostly looks good, a couple of comments
Collaborator
There was a problem hiding this comment.
could you create a pr in the pixi repo as well? https://github.com/prefix-dev/pixi/blob/main/docs/integration/ci/github_actions.md
pavelzw
reviewed
Nov 12, 2025
Contributor
Author
|
@pavelzw thanks for the review! I will make requested changes soon (this week or beginning of the next one) 🙂 |
Collaborator
|
@retrry any updates on this pr? |
- Rename pixiPathInWorkingDir to pixiTomlPathInWorkingDir - Rename pyprojectPathInWorkingDir to pyprojectTomlPathInWorkingDir - Remove untildify from relative manifest paths - Remove optional marker from execOptions parameter in executeGetOutput - Bump version to 0.9.4 - Add note in README about setting working-directory for subsequent run steps - Add working-directory tests to test.yml (basic, with relative manifest-path, and with absolute manifest-path) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Update all setup-pixi version references to v0.9.4 and simplify the working-directory note example to maintain expected count. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
pavelzw
added a commit
to pavelzw/pixi
that referenced
this pull request
Jan 27, 2026
8 tasks
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.
Fixes: #170
Tested fork on my internal workflows - it is working correctly 🙂
If updating documentation: