ci: python build verbosity

This commit is contained in:
Alex Bezzubov 2023-09-07 00:14:18 +03:00
parent 59bfa6e3e3
commit 62cb8695d2

View File

@ -21,7 +21,7 @@ jobs:
if [ -f python/requirements.dev.txt ]; then pip install -r python/requirements.dev.txt; fi
- name: Build and install package
run: |
pip install -e python
pip -v install -e python
- name: Test
run: |
pytest python/