mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-27 14:47:50 -03:00
ci: python build verbosity
This commit is contained in:
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/
|
||||
|
Reference in New Issue
Block a user