lf-lang / vscode-lingua-franca

Lingua Franca extension for Visual Studio Code
Other
4 stars 3 forks source link

Add caching to make prevent timeouts on installation of dependencies #108

Closed lhstrh closed 1 year ago

lhstrh commented 1 year ago

@petervdonovan do you know what is causing these timeouts that render CI super flaky? I would need to know which directories to cache...

petervdonovan commented 1 year ago

IIRC it is pip. I do not remember which directories this corresponds to.

I'm not sure how caching will work for us because the point of the test which is flaking is that the dependency is not installed.

Perhaps a more pragmatic solution is to change the triggers of this test so that we run it manually instead of automatically. It is likely that most changes will not affect the functionality that is related to this test.

lhstrh commented 1 year ago

Perhaps a more pragmatic solution is to change the triggers of this test so that we run it manually instead of automatically. It is likely that most changes will not affect the functionality that is related to this test.

I think you did this, right? Shall we close this issue then?

petervdonovan commented 1 year ago

Yes, you're right. This is closed by #117.