From fd78a74fdccdc8a5abdb1c2c9d1ae9f244bca6e0 Mon Sep 17 00:00:00 2001 From: mawenbo <85687446+mawenbo-huawei@users.noreply.github.com> Date: Wed, 13 Mar 2024 14:18:11 +0800 Subject: [PATCH] Update pytest-ci.yml --- .github/workflows/pytest-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pytest-ci.yml b/.github/workflows/pytest-ci.yml index 5e7146dcfb..3a0962a30f 100644 --- a/.github/workflows/pytest-ci.yml +++ b/.github/workflows/pytest-ci.yml @@ -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 }}