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

Specific run testing on release versions of dependencies #16

Open
Jammy2211 opened this issue Nov 27, 2022 · 0 comments
Open

Specific run testing on release versions of dependencies #16

Jammy2211 opened this issue Nov 27, 2022 · 0 comments
Assignees

Comments

@Jammy2211
Copy link
Owner

The following suggestion is pretty good Jammy2211/PyAutoGalaxy#68

We should have a build run which uses the following commands (only these libraries support this feature)

pip install astropy -U --pre
pip install numpy -U --pre
pip install PyYAML -U --pre
pip install scipy -U --pre

In fact, it seems like every project will install via this command, albeit projects which dont specifically support it just go to their latest version.

This should be separate from the automated build runs, as it does not mean the current distribution is broken

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