Nixtla / utilsforecast

https://nixtlaverse.nixtla.io/utilsforecast
Apache License 2.0
42 stars 7 forks source link

disable caching for windows environments #8

Closed jmoralez closed 1 year ago

jmoralez commented 1 year ago

Disables the caching of conda environments on windows because it takes longer to restore them from the cache than creating them from scratch. See https://github.com/actions/cache/issues/752 for more details (TLDR: tar is slow on windows).