You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tox has this install_command=python -m pip install {opts} {packages} but it isn't customizable enough to have a tool to do package selection and such, plus the building needs to be a no-op. IMO this problem would be better solved in a different tox plugin, like an alternative to tox-wheel.
I'd like to be able to build a wheel in a separate GitHub Actions workflow, then download that wheel for every other test workflow
The text was updated successfully, but these errors were encountered: