Jammy2211 / PyAutoBuild

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Specific run testing on release versions of dependencies

Jammy2211 opened this issue · comments

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