using pip instead of pip3

This commit is contained in:
Ricardo (XenGi) Band 2021-02-07 18:56:29 +01:00
parent e74a0cf204
commit 2fd7045c82

View file

@ -44,8 +44,8 @@ archlinux:
- "rustup install stable" - "rustup install stable"
- "rustup default stable" - "rustup default stable"
- "cargo install usvg" - "cargo install usvg"
- "pip3 install --user git+https://git.jaseg.de/pcb-tools-extension.git" - "pip install --user git+https://git.jaseg.de/pcb-tools-extension.git"
- "pip3 install --user gerbolyze --no-binary gerbolyze" - "pip install --user gerbolyze --no-binary gerbolyze"
- "gerbolyze --version" - "gerbolyze --version"
source: source: