Skip to content

Commit 3c6e1b6

Browse files
committed
Update to smoketest
1 parent d4aed35 commit 3c6e1b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-pypi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python3 -m pip install --verbose llama-cpp-python[server,test]
2222
- name: Test with pytest
2323
run: |
24-
python3 -m pytest
24+
python3 -c "import llama_cpp"
2525
2626
build-windows:
2727

@@ -41,7 +41,7 @@ jobs:
4141
python3 -m pip install --verbose llama-cpp-python[server,test]
4242
- name: Test with pytest
4343
run: |
44-
python3 -m pytest
44+
python3 -c "import llama_cpp"
4545
4646
build-macos:
4747

@@ -61,4 +61,4 @@ jobs:
6161
python3 -m pip install --verbose llama-cpp-python[server,test]
6262
- name: Test with pytest
6363
run: |
64-
python3 -m pytest
64+
python3 -c "import llama_cpp"

0 commit comments

Comments
 (0)