You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just did this with our PolicyEngine API package: basically, install once, then save the machine state and reinstall that in future actions. Here's our code. It cut about 10 minutes off deployment times.
One potential issue I see is that the Docker image can become stale and you might not find out that there are conflicts with your package and recent version of dependencies (GH Actions tests are often how I find out about such conflicts).
I just did this with our PolicyEngine API package: basically, install once, then save the machine state and reinstall that in future actions. Here's our code. It cut about 10 minutes off deployment times.
(cc @rickecon @jdebacker )
The text was updated successfully, but these errors were encountered: