ecpolley / SuperLearner

Current version of the SuperLearner R package
272 stars 72 forks source link

appveyor cache reset change #91

Closed ck37 closed 7 years ago

ck37 commented 7 years ago

This is a fake PR just to reset the appveyor cache. Hoping this will fix the appveyor build (glmnet error).

ck37 commented 7 years ago

Ok, looks like this isn't working, I believe because the APPVEYOR_CACHE_SKIPRESTORE environmental variable is set to "false" in the appveyor settings for this repo (AppVeyor -> SuperLearner -> Settings -> Environment). So I think it will resolve if that variable is deleted (or could prefix the name with "" for example).

It working correctly in my fork where I've done that: https://ci.appveyor.com/project/ck37/superlearner/build/1.0.175#L8

ecpolley commented 7 years ago

ok, I removed the variable, we'll see if that works

ck37 commented 7 years ago

Thanks, yep that did it. And the Travis build system is finally fixed: https://github.com/travis-ci/travis-build/pull/1072