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
Maybe you have some tox plugins that need to be installed before tox is called? These can be passed to the toxdeps input. There's no way to extract them from a dependency group unfortunately.
In the tox test https://github-actions-workflows.openastronomy.org/en/stable/tox.html#test-a-python-package-using-tox, how does one specify optional dependencies. e.g.
[test]
inpip install .[tests]
The text was updated successfully, but these errors were encountered: