We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766e8c6 commit 2a20d9bCopy full SHA for 2a20d9b
.github/workflows/e2e-cache.yml
@@ -53,7 +53,7 @@ jobs:
53
run: |
54
mv ./__tests__/data/Pipfile.lock .
55
mv ./__tests__/data/Pipfile .
56
- pipenv install --keep-outdated
+ pipenv install --keep-outdated --python 3
57
58
python-poetry-dependencies-caching:
59
name: Test poetry (Python ${{ matrix.python-version}}, ${{ matrix.os }})
@@ -118,4 +118,4 @@ jobs:
118
119
120
121
0 commit comments