aboutsummaryrefslogtreecommitdiff
path: root/ldcg-tensorflow-asv-benchmarks
diff options
context:
space:
mode:
authorTheodore Grey <theodore.grey@linaro.org>2023-11-13 14:04:39 +0100
committerTheodore Grey <theodore.grey@linaro.org>2023-11-13 14:04:39 +0100
commit21c25ee65dbc71123ca95506b0b4f6018d6060ac (patch)
treef4ae9f1fdfdd1eb6b8b78bd137e368944926dea8 /ldcg-tensorflow-asv-benchmarks
parentf72e7ae8e9c8d9e8c69881c21d21398941e56af4 (diff)
ldcg-tensorflow-asv-benchmarks.sh
fixing bug in sh script when trying to source python venv Change-Id: Ica8581810e1248a70edf67a80c0d70db9651e21b Signed-off-by: Theodore Grey <theodore.grey@linaro.org>
Diffstat (limited to 'ldcg-tensorflow-asv-benchmarks')
-rw-r--r--ldcg-tensorflow-asv-benchmarks/ldcg-tensorflow-asv-benchmark.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldcg-tensorflow-asv-benchmarks/ldcg-tensorflow-asv-benchmark.sh b/ldcg-tensorflow-asv-benchmarks/ldcg-tensorflow-asv-benchmark.sh
index 6dfaef8f58..ccdb8d6008 100644
--- a/ldcg-tensorflow-asv-benchmarks/ldcg-tensorflow-asv-benchmark.sh
+++ b/ldcg-tensorflow-asv-benchmarks/ldcg-tensorflow-asv-benchmark.sh
@@ -16,7 +16,7 @@ if [ ! -d "${WORKSPACE}"/python3.10-venv ]; then
source "${WORKSPACE}"/python3.10-venv/bin/activate
python -m pip install pytest virtualenv filelock six pip setuptools wheel matplotlib cython
else
- source "${WORKSPACE}"/python3.10-venv
+ source "${WORKSPACE}"/python3.10-venv/bin/activate
fi