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

Add flags to pip install command #72

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Conversation

altheaden
Copy link
Collaborator

In this PR I added a few flags to the python -m pip install [-e] . command. The flags are:

  • -vv indicates very verbose output. This flag is used during the CI runs to help with debugging.
  • --no-deps indicates that pip should not install runtime dependencies from PyPi.
  • --no-build-isolation indicates that pip should not install build time dependencies from PyPi.

Copy link
Collaborator

@xylar xylar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@altheaden, this looks perfect. Thanks!

@xylar xylar merged commit a7b5e60 into MPAS-Dev:main Sep 23, 2024
5 checks passed
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.

2 participants