rusackas commented on PR #25933: URL: https://github.com/apache/superset/pull/25933#issuecomment-2576475940
@gnought It looks like after a rebase, you'll just need to do `./scripts/uv-pip-compile.sh -P selenium`. You may have to install a bunch of stuff first, e.g. ```bash $ python3 -m venv venv $ source venv/bin/activate $ python3 -m pip install -r requirements/development.txt $ ./scripts/uv-pip-compile.sh ``` I also had to `pip install uv` personally... not sure why that didn't come along for the ride. CC @mistercrunch who can fact-check me on any of the above. Alternatively, if you can give me write access on this fork/branch, I can try to push a commit. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
