Skip to content

Commit 2a20d9b

Browse files
add --python 3
1 parent 766e8c6 commit 2a20d9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-cache.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
mv ./__tests__/data/Pipfile.lock .
5555
mv ./__tests__/data/Pipfile .
56-
pipenv install --keep-outdated
56+
pipenv install --keep-outdated --python 3
5757
5858
python-poetry-dependencies-caching:
5959
name: Test poetry (Python ${{ matrix.python-version}}, ${{ matrix.os }})
@@ -118,4 +118,4 @@ jobs:
118118
run: |
119119
mv ./__tests__/data/Pipfile.lock .
120120
mv ./__tests__/data/Pipfile .
121-
pipenv install --keep-outdated
121+
pipenv install --keep-outdated --python 3

0 commit comments

Comments
 (0)