NeuroTechX / moabb

Mother of All BCI Benchmarks
https://neurotechx.github.io/moabb/
BSD 3-Clause "New" or "Revised" License
697 stars 179 forks source link

Fix workflow cache #632

Closed PierreGtch closed 4 months ago

PierreGtch commented 4 months ago

Ready to review :)

PierreGtch commented 4 months ago

I still find it strange that the python environment cache is 2GB for linux and 370MB for macOS.

@sylvchev @bruAristimunha do you have any idea why?

bruAristimunha commented 4 months ago

It is good for me, Pierre; I spend some time debugging—no idea why it is bigger, maybe because of poetry or coverage. I don't know. But let's merge this.

PierreGtch commented 4 months ago

Maybe the linux env contains python while the macos one uses the system installation of python? 🤷‍♂️