Skip to content

Conversation

@Elijas
Copy link

@Elijas Elijas commented May 5, 2023

This pull request introduces a new option called prod_editable_install to the CI pipeline. This option allows us to test the application in an environment similar to the production environment by installing only the main dependencies without the development extras.

By setting prod_editable_install to true, the CI pipeline will use pip install -e . instead of pip install -e .[dev]. This helps us automatically catch errors related to missing production dependencies and ensures that our application runs smoothly in production.

Here's a summary of the changes made in this PR:

  1. Added a new input called prod_editable_install to the GitHub Action.
  2. Updated the Test with nbdev section to conditionally use pip install -e . or pip install -e .[dev] based on the value of prod_editable_install.

Please review the changes and let me know if you have any questions or suggestions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant