diff --git a/.github/workflows/poetry_install.yml b/.github/workflows/poetry_install.yml index 9b9cf86f..fa3dac5a 100644 --- a/.github/workflows/poetry_install.yml +++ b/.github/workflows/poetry_install.yml @@ -64,7 +64,7 @@ jobs: git clone https://github.com/lwj-st/lazyllm_data.git /tmp/lazyllm/data pip install -r tests/requirements.txt export LAZYLLM_DATA_PATH=/tmp/lazyllm/data - python -m pytest -v -s tests/charge_tests + python -m pytest -v -s --ignore=tests/charge_tests/test_engine.py tests/charge_tests env : LAZYLLM_KIMI_API_KEY: ${{ secrets.LAZYLLM_KIMI_API_KEY }} LAZYLLM_GLM_API_KEY: ${{ secrets.LAZYLLM_GLM_API_KEY }}