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

[make] Install common requirements on venv_dev target #3493

Merged

Conversation

csordasmarton
Copy link
Contributor

No description provided.

@@ -112,7 +112,8 @@ clean_venv:
rm -rf venv

PIP_DEV_DEPS_CMD = make -C $(CC_ANALYZER) pip_dev_deps && \
make -C $(CC_WEB) pip_dev_deps
make -C $(CC_WEB) pip_dev_deps && \
Copy link
Contributor

Choose a reason for hiding this comment

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

This line has two spaces indentation. Does it work like that?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I tried it, it worked for me but I fixed it.

@bruntib bruntib merged commit a0fbc8c into Ericsson:master Nov 12, 2021
@csordasmarton csordasmarton deleted the venv_dev_install_common_requirements branch January 28, 2022 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants