We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98213d8 commit da5098aCopy full SHA for da5098a
1 file changed
.github/workflows/pull_request_test.yml
@@ -108,6 +108,8 @@ jobs:
108
build/*
109
- name: Test kiwipiepy
110
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
113
python -c 'import sys, pprint; pprint.pp(sys.path)'
114
python -m pip install pytest
115
python -m pytest -svv test/test_kiwipiepy.py test/test_nogil_safety.py
0 commit comments