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

chore: Improvements for local build process #5168

Closed
wants to merge 6 commits into from

Commits on Apr 17, 2024

  1. chore: handle python dependencies in install-dev-dependencies.sh

    The installation script creates a local .venv environment that
    needs to be activated before starting a build.
    mgyorke committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    19c1a24 View commit details
    Browse the repository at this point in the history
  2. chore: update .gitignore

    To exclude Python specific .venv folder
    mgyorke committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    48edf83 View commit details
    Browse the repository at this point in the history
  3. chore: add clarifications to CONTRIBUTING.md

    Updated the instructions to clarify the use of venv
    mgyorke committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    666750d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebcbe3f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33b0cd7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8bd1ac9 View commit details
    Browse the repository at this point in the history