Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure pip to disable pulling in dependencies #3053

Merged
merged 3 commits into from
Aug 3, 2018

Commits on Jul 30, 2018

  1. Configure pip to disable pulling in dependencies

    We never want `pip` to install dependencies in the build as we will
    supply them ourselves.
    jakirkham committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    12975ec View commit details
    Browse the repository at this point in the history
  2. Disable usage of pip's cache

    We don't want to rely on pip's cache when building packages. Instead we
    would rather fetch anything we need each time.
    jakirkham committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    7232a25 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. Configuration menu
    Copy the full SHA
    95723ae View commit details
    Browse the repository at this point in the history