mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-12 22:42:23 +00:00
ci: python build verbosity
This commit is contained in:
parent
59bfa6e3e3
commit
62cb8695d2
2
.github/workflows/pyTest.yml
vendored
2
.github/workflows/pyTest.yml
vendored
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user