summaryrefslogtreecommitdiffstats
path: root/ci/report/build_local.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/report/build_local.sh')
-rwxr-xr-xci/report/build_local.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/report/build_local.sh b/ci/report/build_local.sh
index 2af08917..01f75975 100755
--- a/ci/report/build_local.sh
+++ b/ci/report/build_local.sh
@@ -5,6 +5,7 @@
set -e
python3 -m venv ~/env-builder
+# shellcheck disable=SC1090
source ~/env-builder/bin/activate
pip3 install junitparser
pip3 install junit2html