aboutsummaryrefslogtreecommitdiffstats
path: root/ci.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci.sh')
-rwxr-xr-xci.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/ci.sh b/ci.sh
index 85d2032..8dce915 100755
--- a/ci.sh
+++ b/ci.sh
@@ -104,8 +104,10 @@ COPY --from=pkg-symbiyosys /symbiyosys /
RUN apt-get update -qq \
&& DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends \
python3 \
+ python3-pip \
&& apt-get autoclean && apt-get clean && apt-get -y autoremove \
- && rm -rf /var/lib/apt/lists/*
+ && rm -rf /var/lib/apt/lists/*\
+ && python3 -m pip install click --progress-bar off
EOF
gend