Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3c6e1b6

Browse filesBrowse files
committed
Update to smoketest
1 parent d4aed35 commit 3c6e1b6
Copy full SHA for 3c6e1b6

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎.github/workflows/test-pypi.yaml

Copy file name to clipboardExpand all lines: .github/workflows/test-pypi.yaml
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.