using pip instead of pip3
This commit is contained in:
parent
e74a0cf204
commit
2fd7045c82
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue