Skip to content

Commit

Permalink
Merge pull request #3493 from csordasmarton/venv_dev_install_common_r…
Browse files Browse the repository at this point in the history
…equirements

[make] Install common requirements on venv_dev target
  • Loading branch information
bruntib authored Nov 12, 2021
2 parents c600201 + 0586180 commit a0fbc8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
cd $(CC_COMMON) && pip3 install -r requirements_py/dev/requirements.txt

pip_dev_deps:
# Install the depencies for analyze, web and the tools.
Expand Down

0 comments on commit a0fbc8c

Please sign in to comment.