Fix python audit issues.

This commit is contained in:
Aditya Toshniwal
2023-01-31 11:20:36 +05:30
committed by GitHub
parent d206b1c403
commit cdcc4e7314
3 changed files with 3 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ _create_python_virtualenv() {
# Make sure we have the wheel package present, as well as the latest pip
pip3 install --upgrade pip
pip3 install --upgrade setuptools
pip3 install wheel
# Install the requirements