Skip to content
New issue

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

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

Already on GitHub? # to your account

Update pip install flags in docs and CI #1017

Merged
merged 1 commit into from
Sep 24, 2024

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.

Looks agreat!

@xylar xylar merged commit c8250d1 into MPAS-Dev:develop Sep 24, 2024
5 checks passed
@altheaden altheaden deleted the pip-install-flags branch September 24, 2024 15:13
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants