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

Get Debug mode in Python working again for CI #2723

Merged
merged 1 commit into from
Jul 14, 2023

Conversation

chrisrichardson
Copy link
Contributor

No description provided.

@chrisrichardson chrisrichardson marked this pull request as ready for review July 13, 2023 14:41
env = os.environ.copy()
build_args = []
if "CMAKE_BUILD_TYPE" not in env:
Copy link
Member

Choose a reason for hiding this comment

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

Is this still needed? Is there a way to pass self.debug?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You can still use it with setup.py but not using pip

@chrisrichardson chrisrichardson added this pull request to the merge queue Jul 14, 2023
Merged via the queue into main with commit 2b1bf86 Jul 14, 2023
20 checks passed
@chrisrichardson chrisrichardson deleted the chris/ci-debug-mode branch July 14, 2023 09:44
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.

None yet

2 participants