mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 08:30:48 +00:00
Respect customs.
This commit is contained in:
parent
5d1d134c88
commit
8a105ca040
1 changed files with 2 additions and 3 deletions
|
@ -134,9 +134,8 @@ python3 -m pip install --upgrade pip setuptools wheel
|
|||
|
||||
# Find a requirements file (if possible) and install
|
||||
for req_file in "requirements-dev.txt" "requirements-test.txt" "requirements.txt"; do
|
||||
if [[ -f $req_file ]]
|
||||
then
|
||||
pip install -r $req_file
|
||||
if [[ -f $req_file ]]; then
|
||||
pip install --requirement $req_file
|
||||
break
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue