add different logs

This commit is contained in:
Dmitry Shibanov 2022-06-27 15:31:31 +02:00
parent d1efb6ff40
commit 66cb0617e0

View file

@ -52,7 +52,7 @@ jobs:
- name: Install dependencies
run: |
cd __tests__/data
pipenv install --verbose
pipenv install -vvv
python-poetry-dependencies-caching:
name: Test poetry (Python ${{ matrix.python-version}}, ${{ matrix.os }})
@ -116,4 +116,4 @@ jobs:
- name: Install dependencies
run: |
cd __tests__/data
pipenv install --verbose
pipenv install -vvv