Skip to content

Add flags to pip install command#207

Merged
xylar merged 1 commit intoMPAS-Dev:mainfrom
altheaden:pip-install-flags
Sep 23, 2024
Merged

Add flags to pip install command#207
xylar merged 1 commit intoMPAS-Dev:mainfrom
altheaden:pip-install-flags

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 excellent!

@xylar xylar merged commit 672eaa8 into MPAS-Dev:main Sep 23, 2024
@altheaden altheaden deleted the pip-install-flags branch September 23, 2024 17:50
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