Skip to content

Support --editable flag#3224

Open
billti wants to merge 3 commits into
mainfrom
billti/editable
Open

Support --editable flag#3224
billti wants to merge 3 commits into
mainfrom
billti/editable

Conversation

@billti
Copy link
Copy Markdown
Member

@billti billti commented May 15, 2026

I regularly build and test locally using ./build.py, however then it installs the QDK wheels which I then pip uninstall and install editable again to work with.

With this change, you can just run ./build.py --editable (or list your specific packages to build) and it will use editable installs in the current environment by default.

I tested with ./build.py --editable --integration-tests also and they all worked fine.

Without the flag, there should be no impact, so CI, ADO, etc. should all be unaffected.

Comment thread .prettierignore
Comment thread build.py
Comment thread build.py
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