Update to smoketest
This commit is contained in:
parent
d4aed351e3
commit
3c6e1b6c42
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test-pypi.yaml
vendored
6
.github/workflows/test-pypi.yaml
vendored
|
@ -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"
|
Loading…
Reference in a new issue