diff options
author | Ricardo (XenGi) Band <email@ricardo.band> | 2021-02-07 18:56:29 +0100 |
---|---|---|
committer | Ricardo (XenGi) Band <email@ricardo.band> | 2021-02-07 18:56:29 +0100 |
commit | 2fd7045c828cc4389d3678df4e60530bc822dbac (patch) | |
tree | b26f4b232e519b2c0360285655b9eceabffa9768 | |
parent | e74a0cf20410215d5107fc9fa7e636a599085b69 (diff) | |
download | gerbolyze-2fd7045c828cc4389d3678df4e60530bc822dbac.tar.gz gerbolyze-2fd7045c828cc4389d3678df4e60530bc822dbac.tar.bz2 gerbolyze-2fd7045c828cc4389d3678df4e60530bc822dbac.zip |
using pip instead of pip3
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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: |