Skip to content

Commit 33aa1bf

Browse files
committed
add new line
1 parent 84b4245 commit 33aa1bf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/e2e-cache.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
run: |
5454
cd __tests__/data
5555
pipenv install --verbose
56-
5756
python-poetry-dependencies-caching:
5857
name: Test poetry (Python ${{ matrix.python-version}}, ${{ matrix.os }})
5958
runs-on: ${{ matrix.os }}
@@ -116,5 +115,4 @@ jobs:
116115
- name: Install dependencies
117116
run: |
118117
cd __tests__/data
119-
pipenv install --verbose
120-
118+
pipenv install --verbose

0 commit comments

Comments
 (0)