Skip to content
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

feat: Add the current working directory in tasks #380

Merged
merged 2 commits into from
Oct 6, 2023

Conversation

ruben-arts
Copy link
Contributor

This feature also fixes the fact that pixi run always runs in the root of the project.
Now only the pixi tasks are run in the root of the project (unless specified differently), while the pixi run will run in the env::current_dir() .

closes #376

@ruben-arts ruben-arts requested review from baszalmstra, tdejager and wolfv and removed request for tdejager October 5, 2023 15:49
@baszalmstra baszalmstra merged commit 766b61c into prefix-dev:main Oct 6, 2023
9 checks passed
@ruben-arts ruben-arts deleted the feature/cwd-in-tasks branch February 15, 2024 10:18
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.

Pixi does not seem to respect the current directory
2 participants