From 9bf9d814cbe58ecf5df7b4fe024a8078aa2dbff7 Mon Sep 17 00:00:00 2001 From: unlsycn Date: Thu, 19 Dec 2024 06:35:39 +0800 Subject: [PATCH] [integration-test] add click to python deps for sby (#35) Signed-off-by: unlsycn --- integration-test/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-test/Dockerfile b/integration-test/Dockerfile index 65892b4..73be0a5 100644 --- a/integration-test/Dockerfile +++ b/integration-test/Dockerfile @@ -41,8 +41,8 @@ RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \ python3.8-dev python3-pip python3.9-dev -RUN python3.8 -m pip install pycapnp psutil pybind11==2.11.2 nanobind==2.4.0 numpy jinja2 cocotb cocotb_test -RUN python3.9 -m pip install pycapnp psutil pybind11==2.11.2 nanobind==2.4.0 numpy jinja2 cocotb cocotb_test +RUN python3.8 -m pip install pycapnp psutil pybind11==2.11.2 nanobind==2.4.0 numpy jinja2 cocotb cocotb_test click +RUN python3.9 -m pip install pycapnp psutil pybind11==2.11.2 nanobind==2.4.0 numpy jinja2 cocotb cocotb_test click RUN apt-get update && apt-get install -y tcl