mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 04:34:37 +03:00
CI: add python dependency six
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
|
||||
variables:
|
||||
qtversion: 5.12.1
|
||||
pydepends: requests six
|
||||
|
||||
jobs:
|
||||
- job: Ubuntu_1604_py3
|
||||
@@ -12,7 +13,7 @@ jobs:
|
||||
versionSpec: '3.6'
|
||||
architecture: 'x64'
|
||||
- script: |
|
||||
python -m pip install requests
|
||||
python -m pip install $(pydepends)
|
||||
python -m pip install flake8 twine wheel
|
||||
flake8 .
|
||||
displayName: 'Run lint tests'
|
||||
@@ -42,7 +43,7 @@ jobs:
|
||||
- script: |
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install p7zip
|
||||
python -m pip install requests
|
||||
python -m pip install $(pydepends)
|
||||
- task: PythonScript@0
|
||||
inputs:
|
||||
scriptSource: filePath
|
||||
@@ -65,7 +66,7 @@ jobs:
|
||||
architecture: 'x64'
|
||||
- script: |
|
||||
brew install p7zip
|
||||
python -m pip install requests
|
||||
python -m pip install $(pydepends)
|
||||
- task: PythonScript@0
|
||||
inputs:
|
||||
scriptSource: filePath
|
||||
@@ -88,7 +89,7 @@ jobs:
|
||||
architecture: 'x64'
|
||||
- script: |
|
||||
cinst -y 7zip
|
||||
python -m pip install requests
|
||||
python -m pip install $(pydepends)
|
||||
- task: PythonScript@0
|
||||
inputs:
|
||||
scriptSource: filePath
|
||||
|
||||
Reference in New Issue
Block a user