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

option to re-use existing wheels #10

Open
graingert opened this issue Oct 22, 2020 · 2 comments
Open

option to re-use existing wheels #10

graingert opened this issue Oct 22, 2020 · 2 comments

Comments

@graingert
Copy link
Contributor

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

@graingert
Copy link
Contributor Author

see tox-dev/tox#1566

@ionelmc
Copy link
Owner

ionelmc commented Oct 25, 2020

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.

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

No branches or pull requests

2 participants