Skip to content

Commit

Permalink
add different logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-shibanov committed Jun 27, 2022
1 parent d1efb6f commit 66cb061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }})
Expand Down Expand Up @@ -116,4 +116,4 @@ jobs:
- name: Install dependencies
run: |
cd __tests__/data
pipenv install --verbose
pipenv install -vvv

0 comments on commit 66cb061

Please sign in to comment.