aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo (XenGi) Band <email@ricardo.band>2021-02-07 19:20:53 +0100
committerRicardo (XenGi) Band <email@ricardo.band>2021-02-07 19:20:53 +0100
commitd3a83bd0cc96e27f8c99df9ff5363e0e19db320c (patch)
tree574e74506454a8e04c26b20ad581d9aa67030c5c
parent0a02e01a9600dd6afe75c75e05a1f256ca4939ff (diff)
downloadgerbolyze-d3a83bd0cc96e27f8c99df9ff5363e0e19db320c.tar.gz
gerbolyze-d3a83bd0cc96e27f8c99df9ff5363e0e19db320c.tar.bz2
gerbolyze-d3a83bd0cc96e27f8c99df9ff5363e0e19db320c.zip
Install python deps with pacman
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5094a05..e2b6196 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,7 +42,7 @@ archlinux:
stage: build
image: archlinux:latest
script:
- - "pacman -Syyu --needed --noconfirm --noprogressbar base-devel pugixml opencv pango cairo git python python-pip make clang rustup cargo pkgconf"
+ - "pacman -Syyu --needed --noconfirm --noprogressbar base-devel pugixml opencv pango cairo git python python-pip make clang rustup cargo pkgconf python-numpy python-slugify python-lxml python-click"
- "rustup install stable"
- "rustup default stable"
- "cargo install usvg"