brain-score / core

MIT License
2 stars 5 forks source link

clone overarching env #108

Closed samwinebrake closed 2 months ago

samwinebrake commented 2 months ago

Previously, a new environment was created for each plugin tested, and pip install was used to bring back all of the project dependencies. This method will instead utilize the already created env and clone it, while pulling from the conda cache.