Skip to content

Commit

Permalink
ci: Update python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
suehtamacv committed Dec 5, 2023
1 parent cb18b5f commit 2df6699
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitlab/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2df6699

Please sign in to comment.