-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add py-lxml #59288
Add py-lxml #59288
Conversation
🧮 Vcpkg update reportAdded packages: Updated packages: 🪟 Windows buildsDownload Windows builds of this PR for testing. 🪟 Windows Qt6 buildsDownload Windows Qt6 builds of this PR for testing. |
@m-kuhn
|
Good catch We should add another input param, comma separated and set it to This way we can later on externalize the action |
Thanks for the additional nice touch 👌🏼 |
Thank you for the proactive testing |
The backport to
stderr
stdout
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-3_40 release-3_40
# Navigate to the new working tree
cd .worktrees/backport-release-3_40
# Create a new branch
git switch --create backport-59288-to-release-3_40
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick c5f6647e8b161ba99458e46f93d2aab22b1ede01,8db225fe3cae25fc1e17821d7832db187b7da173,7e50729a4e56ea561a94e3e7c144d770fb6405d2,74298ed140e41f418f2c80b0f09db9347f3b3ade
# Push it to GitHub
git push --set-upstream origin backport-59288-to-release-3_40
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-3_40 Then, create a pull request where the |
Description
Add the last remaining python dependency for VCPKG build.
No more error at opening a fresh build