From 2df66993a45cc4c290a19381da5d2e08c817ab06 Mon Sep 17 00:00:00 2001 From: Matheus Cavalcante Date: Mon, 4 Dec 2023 19:31:42 -0800 Subject: [PATCH] ci: Update python dependencies --- .gitlab/.gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index 5e7985f8..9b111c7c 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -107,6 +107,7 @@ snRuntime-test-vsim: - export PYTHON3=$(which python3.6) - ${PYTHON3} -m pip install --user jsonref - ${PYTHON3} -m pip install --user jsonschema + - ${PYTHON3} -m pip install --user jstyleson - ${PYTHON3} -m pip install --user dataclasses - ${PYTHON3} -m pip install --user mako # Compile the binaries @@ -134,6 +135,7 @@ snRuntime-test-vcs: - export PYTHON3=$(which python3.6) - ${PYTHON3} -m pip install --user jsonref - ${PYTHON3} -m pip install --user jsonschema + - ${PYTHON3} -m pip install --user jstyleson - ${PYTHON3} -m pip install --user dataclasses - ${PYTHON3} -m pip install --user mako # Compile the binaries @@ -162,6 +164,7 @@ snRuntime-test-vlt: - export PYTHON3=$(which python3.6) - ${PYTHON3} -m pip install --user jsonref - ${PYTHON3} -m pip install --user jsonschema + - ${PYTHON3} -m pip install --user jstyleson - ${PYTHON3} -m pip install --user dataclasses - ${PYTHON3} -m pip install --user mako # Compile the binaries @@ -191,6 +194,7 @@ riscvTests-test-vlt: - export PYTHON3=$(which python3.6) - ${PYTHON3} -m pip install --user jsonref - ${PYTHON3} -m pip install --user jsonschema + - ${PYTHON3} -m pip install --user jstyleson - ${PYTHON3} -m pip install --user dataclasses - ${PYTHON3} -m pip install --user mako # Compile the binaries @@ -220,6 +224,7 @@ spatzBenchmarks-test-vlt: - export PYTHON3=$(which python3.6) - ${PYTHON3} -m pip install --user jsonref - ${PYTHON3} -m pip install --user jsonschema + - ${PYTHON3} -m pip install --user jstyleson - ${PYTHON3} -m pip install --user dataclasses - ${PYTHON3} -m pip install --user mako # Compile the binaries