template-fastapi-react icon indicating copy to clipboard operation
template-fastapi-react copied to clipboard

Cache venv for test workflow

Open ingeridhellen opened this issue 3 years ago • 0 comments

Describe Problem

It takes a lot of time to run tests since venv must be set up anew each time. We used to cache it, but removed it after a bug occured. The same bug seems to have been solved on NeqSimAPI, see commit https://github.com/equinor/NeqSimAPI/pull/72.

Suggest Solution

Wait some more, to see if the bug reoccurs on NeqSimAPI. If it does not, venv caching should be added anew to the template

Additional Details

ingeridhellen avatar Oct 14 '22 11:10 ingeridhellen