From 2fd7045c828cc4389d3678df4e60530bc822dbac Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Sun, 7 Feb 2021 18:56:29 +0100 Subject: using pip instead of pip3 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 79f81e1..62c4d17 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,8 +44,8 @@ archlinux: - "rustup install stable" - "rustup default stable" - "cargo install usvg" - - "pip3 install --user git+https://git.jaseg.de/pcb-tools-extension.git" - - "pip3 install --user gerbolyze --no-binary gerbolyze" + - "pip install --user git+https://git.jaseg.de/pcb-tools-extension.git" + - "pip install --user gerbolyze --no-binary gerbolyze" - "gerbolyze --version" source: -- cgit