Update to smoketest

This commit is contained in:
Andrei Betlen 2023-06-09 19:08:15 -04:00
parent d4aed351e3
commit 3c6e1b6c42

View file

@ -21,7 +21,7 @@ jobs:
python3 -m pip install --verbose llama-cpp-python[server,test]
- name: Test with pytest
run: |
python3 -m pytest
python3 -c "import llama_cpp"
build-windows:
@ -41,7 +41,7 @@ jobs:
python3 -m pip install --verbose llama-cpp-python[server,test]
- name: Test with pytest
run: |
python3 -m pytest
python3 -c "import llama_cpp"
build-macos:
@ -61,4 +61,4 @@ jobs:
python3 -m pip install --verbose llama-cpp-python[server,test]
- name: Test with pytest
run: |
python3 -m pytest
python3 -c "import llama_cpp"