mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2025-05-31 06:10:58 +00:00
upgrade pip before
This commit is contained in:
parent
af30e9cfe4
commit
8963d937a8
@ -6,8 +6,10 @@ dist: xenial
|
||||
# - sudo pip3 install --upgrade pip pyresttest
|
||||
before_script:
|
||||
- sudo apt update
|
||||
- sudo apt install qemu-user-static python3 python3-pip
|
||||
- sudo pip3 install --upgrade pip pyresttest
|
||||
- sudo apt install qemu-user-static python3 python3-pip python3-setuptools
|
||||
- sudo pip3 install --upgrade pip
|
||||
- sudo python3 -m pip install --upgrade python3-setuptools
|
||||
- sudo python3 -m pip install --upgrade pyresttest
|
||||
- "./create-binary-docker backend"
|
||||
- "./create-binary-docker backend -a arm"
|
||||
- "./create-binary-docker gateway"
|
||||
|
Loading…
x
Reference in New Issue
Block a user