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
With #1627, we piloted not using caching anymore. Especially with the speed of creating these envs now (currently the slowest step is installing wine, which takes ~ 1min). If we are fine with not caching our conda env after a maintenance cycle then it might be worth doing the following:
Remove environment_testing.yml--> this file only has datalad and pip with the conda-forge channel in it. Only nice for updating a cache which we no longer have.
Clean up the io-testing.yml where currently I've only commented out the cache code. I think it looks messy so maybe we want to delete the commented out code ?
The text was updated successfully, but these errors were encountered:
With #1627, we piloted not using caching anymore. Especially with the speed of creating these envs now (currently the slowest step is installing wine, which takes ~ 1min). If we are fine with not caching our conda env after a maintenance cycle then it might be worth doing the following:
Remove environment_testing.yml--> this file only has datalad and pip with the conda-forge channel in it. Only nice for updating a cache which we no longer have.
Clean up the io-testing.yml where currently I've only commented out the cache code. I think it looks messy so maybe we want to delete the commented out code ?
The text was updated successfully, but these errors were encountered: