Skip to content

Commit da5098a

Browse files
committed
Update workflows
1 parent 98213d8 commit da5098a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pull_request_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ jobs:
108108
build/*
109109
- name: Test kiwipiepy
110110
run: |
111+
ls -lh /Library/Frameworks/Python.framework/Versions/3.*/lib/python3.*/site-packages/ || true
112+
ls -lh /Library/Frameworks/Python.framework/Versions/3.*/lib/python3.*/site-packages/kiwipiepy* || true
111113
python -c 'import sys, pprint; pprint.pp(sys.path)'
112114
python -m pip install pytest
113115
python -m pytest -svv test/test_kiwipiepy.py test/test_nogil_safety.py

0 commit comments

Comments
 (0)