Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lwj-st committed Sep 23, 2024
1 parent bf88bec commit da17cc9
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/poetry_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,19 @@ jobs:
run: |
pip install dist/lazyllm*.whl
- name: Run tests
run: python -m pytest -v tests/basic_tests/
if: matrix.python-version == '3.10'
# - name: Run tests
# run: python -m pytest -v tests/basic_tests/
# if: matrix.python-version == '3.10'

- name: test
run : |
export LAZYLLM_KIMI_API_KEY=${{ secrets.LAZYLLM_KIMI_API_KEY }}
export LAZYLLM_GLM_API_KEY=${{ secrets.LAZYLLM_GLM_API_KEY }}
export LAZYLLM_QWEN_API_KEY=${{ secrets.LAZYLLM_QWEN_API_KEY }}
export LAZYLLM_SENSENOVA_API_KEY=${{ secrets.LAZYLLM_SENSENOVA_API_KEY }}
export LAZYLLM_SENSENOVA_SECRET_KEY=${{ secrets.LAZYLLM_SENSENOVA_SECRET_KEY }}
export LAZYLLM_PostgreSQL_URL=${{ secrets.LAZYLLM_PostgreSQL_URL }}
python -m pytest -v tests/charge_tests
windows-build-test:
runs-on: windows-latest
Expand Down

0 comments on commit da17cc9

Please sign in to comment.