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

Allow specifying a branch to switch to when setting up a dev environment from the wheels #1406

Merged
merged 4 commits into from
Jan 3, 2025

Conversation

rauletorresc
Copy link
Contributor

Context: Switching to a different branch after setting up the dev wheel environment would break the latter.

Description of the Change: Accept a branch to switch to as an optional argument, and switch to it before hard-linking the frontend source code files.

Benefits: Start working directly on an existing branch.

Possible Drawbacks: Switching to another branch using git would keep breaking the installation.

@rauletorresc rauletorresc requested review from albi3ro and a team January 3, 2025 03:49
@rauletorresc rauletorresc self-assigned this Jan 3, 2025
@rauletorresc rauletorresc merged commit b46f05b into main Jan 3, 2025
43 checks passed
@rauletorresc rauletorresc deleted the raultorres/dev_env_with_branch branch January 3, 2025 15:48
mehrdad2m pushed a commit that referenced this pull request Jan 6, 2025
…ent from the wheels (#1406)

**Context:** Switching to a different branch after setting up the dev
wheel environment would break the latter.

**Description of the Change:** Accept a branch to switch to as an
optional argument, and switch to it before hard-linking the frontend
source code files.

**Benefits:** Start working directly on an existing branch.

**Possible Drawbacks:** Switching to another branch using git would keep
breaking the installation.
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.

2 participants