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
Another is probably to move off tox. (Per About caching workflow dependencies, GitHub workflows would cache dependencies with minimal configuration effort.)
If we called pip directly rather than isolating in tox, something like this could work:
Currently we install them with tox, which is not cached, and appears to take >1 min of the test time. Should we see if caching could reduce it?
One option is to cache .tox -- e.g. lsst-sqre/safir#2
Another is probably to move off tox. (Per About caching workflow dependencies, GitHub workflows would cache dependencies with minimal configuration effort.)
If we called
pip
directly rather than isolating in tox, something like this could work:Note that I'm not actively pitching to reduce reliance on tox, merely bringing it up as a possibility.
The text was updated successfully, but these errors were encountered: