mirror of
https://github.com/urbit/shrub.git
synced 2024-12-26 05:23:35 +03:00
Fix pip command
This commit is contained in:
parent
6a31387e46
commit
fecf7579b8
@ -7,7 +7,7 @@ script: meson build && cd ./build && ninja
|
|||||||
# email: false
|
# email: false
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install meson
|
- pip3 install meson
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
@ -24,6 +24,7 @@ addons:
|
|||||||
- re2c
|
- re2c
|
||||||
- libcurl4-gnutls-dev
|
- libcurl4-gnutls-dev
|
||||||
- python3
|
- python3
|
||||||
|
- python3-pip
|
||||||
# before_deploy: "make deb" # TODO
|
# before_deploy: "make deb" # TODO
|
||||||
deploy:
|
deploy:
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
|
Loading…
Reference in New Issue
Block a user