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 7ed7b1e commit 8c7cc57
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/poetry_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,6 @@ jobs:
# run: python -m pytest -v tests/basic_tests/
# if: matrix.python-version == '3.10'

- name: basic_tests
run : |
pip install -r tests/requirements.txt
git clone https://github.com/lwj-st/lazyllm_data.git /tmp/lazyllm/data
export LAZYLLM_DATA_PATH=/tmp/lazyllm/data
python -m pytest -v -s tests/basic_tests/test_engine.py
timeout-minutes: 20

- name: charge_tests
run : |
pip install -r tests/requirements.txt
Expand All @@ -81,6 +73,16 @@ jobs:
LAZYLLM_PostgreSQL_URL: ${{ secrets.LAZYLLM_PostgreSQL_URL }}
timeout-minutes: 20

- name: basic_tests
run : |
pip install -r tests/requirements.txt
git clone https://github.com/lwj-st/lazyllm_data.git /tmp/lazyllm/data
export LAZYLLM_DATA_PATH=/tmp/lazyllm/data
python -m pytest -v -s tests/basic_tests/
timeout-minutes: 20





windows-build-test:
Expand Down

0 comments on commit 8c7cc57

Please sign in to comment.