mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2025-06-20 15:13:02 +00:00
upgrade pip before
This commit is contained in:
@ -6,8 +6,10 @@ dist: xenial
|
|||||||
# - sudo pip3 install --upgrade pip pyresttest
|
# - sudo pip3 install --upgrade pip pyresttest
|
||||||
before_script:
|
before_script:
|
||||||
- sudo apt update
|
- sudo apt update
|
||||||
- sudo apt install qemu-user-static python3 python3-pip
|
- sudo apt install qemu-user-static python3 python3-pip python3-setuptools
|
||||||
- sudo pip3 install --upgrade pip pyresttest
|
- 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"
|
||||||
- "./create-binary-docker backend -a arm"
|
- "./create-binary-docker backend -a arm"
|
||||||
- "./create-binary-docker gateway"
|
- "./create-binary-docker gateway"
|
||||||
|
Reference in New Issue
Block a user