Update pytest-ci.yml
This commit is contained in:
parent
7f785b9056
commit
fd78a74fdc
|
@ -16,6 +16,5 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
cd huaweicloud-sdk-core || exit 1
|
cd huaweicloud-sdk-core || exit 1
|
||||||
pip install -r requirements.txt
|
|
||||||
pip install -r test-requirements.txt
|
pip install -r test-requirements.txt
|
||||||
pytest tests/ -s -v --cov -k "not provider"
|
${{ vars.CI_CMD }}
|
||||||
|
|
Loading…
Reference in New Issue