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
Conda has been a helpful tool for managing dependencies in test environments, especially given its ability to specify python versions. However, it has become a burden, specifically relating to:
Issues with OpenMind downtimes, conda breaking often
Running pip install way too often during testing, slowing down process and introducing bugs such as "installing UNKNOWN package"
Goal:
Remove conda from travis and jenkins tests, replace with venv or similar
Identify workarounds for python version specification where needed
The text was updated successfully, but these errors were encountered:
Conda has been a helpful tool for managing dependencies in test environments, especially given its ability to specify python versions. However, it has become a burden, specifically relating to:
Goal:
The text was updated successfully, but these errors were encountered: