template-fastapi-react
template-fastapi-react copied to clipboard
Cache venv for test workflow
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