8000 look path · devcxl/llama-cpp-python@025a4cd · GitHub
[go: up one dir, main page]

Skip to content

Commit 025a4cd

Browse files
authored
look path
1 parent e043578 commit 025a4cd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,12 @@ jobs:
3030
3131
- name: Build package
3232
run: pyinstaller llama-server.spec
33-
33+
34+
- name: Look path
35+
run: |
36+
ehco "${PWD}"
37+
ls ${{ github.workspace }}
38+
3439
- name: Login to a private Container registry
3540
uses: docker/login-action@v3
3641
with:

0 commit comments

Comments
 (0)
0