edx-analytics-pipeline icon indicating copy to clipboard operation
edx-analytics-pipeline copied to clipboard

fix: Install pip and pip-tools in upgrade script

Open edx-requirements-bot opened this issue 2 years ago • 0 comments

Additional information from script execution

Python code cleanup by the cleanup-python-code Jenkins job.

This pull request was generated by the cleanup-python-code Jenkins job, which ran
echo "-c constraints.txt
# Core dependencies for installing other packages

pip
setuptools
wheel
" >>  requirements/pip.in;
pip-compile --allow-unsafe --rebuild --upgrade -o requirements/pip.txt requirements/pip.in;

The following packages were installed: pip-tools

Deleted obsolete pull_requests: https://github.com/openedx/edx-analytics-pipeline/pull/879

edx-requirements-bot avatar Jun 10 '22 15:06 edx-requirements-bot