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
I see that in your CI workflow, you install a few more things than what is declared in your setup.py. Are they really needed? If so, they should be declared as install_requires or as optional dependencies in setup.py. Also see #47
I see that in your CI workflow, you install a few more things than what is declared in your
setup.py. Are they really needed? If so, they should be declared asinstall_requiresor as optional dependencies insetup.py. Also see #47https://github.com/Jammy2211/PyAutoGalaxy/blob/449d5a11c70439010a27d7ceffe20d4c6af13c48/.github/workflows/main.yml#L12-L26
https://github.com/Jammy2211/PyAutoGalaxy/blob/449d5a11c70439010a27d7ceffe20d4c6af13c48/.github/workflows/main.yml#L71-L75
astropy/astropy.github.com#491 (comment)