Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Make pip install faster in Docker build for Complement testing #9610

Merged
merged 3 commits into from
Mar 26, 2021

Commits on Mar 26, 2021

  1. Make pip install faster for Complement testing

    Install dependencies before we copy over the whole project
    so that any change we make to the project source while developing
    does not invalidate the Docker layer cache where we installed
    all of the dependencies. This speeds up Docker rebuilds by a lot!
    MadLittleMods committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    fab17b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5ec922 View commit details
    Browse the repository at this point in the history
  3. Fix bodge in merge

    anoadragon453 committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    c012d03 View commit details
    Browse the repository at this point in the history