From 956e6737013dc37a6f993fcf4db79a92213fd8d5 Mon Sep 17 00:00:00 2001 From: Julius Unverfehrt Date: Thu, 23 Jun 2022 16:37:46 +0200 Subject: [PATCH] update dependencies --- bamboo-specs/src/main/resources/scripts/sonar-scan.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bamboo-specs/src/main/resources/scripts/sonar-scan.sh b/bamboo-specs/src/main/resources/scripts/sonar-scan.sh index db33c81..5b1d06e 100755 --- a/bamboo-specs/src/main/resources/scripts/sonar-scan.sh +++ b/bamboo-specs/src/main/resources/scripts/sonar-scan.sh @@ -8,10 +8,10 @@ source build_venv/bin/activate python3 -m pip install --upgrade pip pip install -e . -pip install -r requirements.txt - pip install -e incl/pyinfra + pip install -r incl/pyinfra/requirements.txt +pip install -r requirements.txt echo "DVC pull step" dvc pull