add --python 3

This commit is contained in:
Dmitry Shibanov 2022-06-29 19:36:35 +02:00
parent 766e8c6088
commit 2a20d9b5e0

View File

@ -53,7 +53,7 @@ jobs:
run: |
mv ./__tests__/data/Pipfile.lock .
mv ./__tests__/data/Pipfile .
pipenv install --keep-outdated
pipenv install --keep-outdated --python 3
python-poetry-dependencies-caching:
name: Test poetry (Python ${{ matrix.python-version}}, ${{ matrix.os }})
@ -118,4 +118,4 @@ jobs:
run: |
mv ./__tests__/data/Pipfile.lock .
mv ./__tests__/data/Pipfile .
pipenv install --keep-outdated
pipenv install --keep-outdated --python 3