Update pytest-ci.yml

This commit is contained in:
mawenbo 2024-03-13 14:18:11 +08:00 committed by GitHub
parent 7f785b9056
commit fd78a74fdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -16,6 +16,5 @@ jobs:
run: |
python -m pip install --upgrade pip
cd huaweicloud-sdk-core || exit 1
pip install -r requirements.txt
pip install -r test-requirements.txt
pytest tests/ -s -v --cov -k "not provider"
${{ vars.CI_CMD }}