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_requires
or as optional dependencies insetup.py
. Also see #47PyAutoGalaxy/.github/workflows/main.yml
Lines 12 to 26 in 449d5a1
PyAutoGalaxy/.github/workflows/main.yml
Lines 71 to 75 in 449d5a1
astropy/astropy.github.com#491 (comment)
The text was updated successfully, but these errors were encountered: