mirror of https://github.com/actions/setup-python
minor fix
This commit is contained in:
parent
d358f9e3d7
commit
27091d50ca
|
@ -55,9 +55,9 @@ jobs:
|
|||
mv ./__tests__/data/Pipfile.lock .
|
||||
mv ./__tests__/data/Pipfile .
|
||||
if ("${{ matrix.python-version }}" -Match "pypy") {
|
||||
pipenv install --keep-outdated --python ${{ matrix.python-version }}
|
||||
} else {
|
||||
pipenv install --keep-outdated --python pypy
|
||||
} else {
|
||||
pipenv install --keep-outdated --python ${{ matrix.python-version }}
|
||||
}
|
||||
|
||||
python-poetry-dependencies-caching:
|
||||
|
@ -125,7 +125,7 @@ jobs:
|
|||
mv ./__tests__/data/Pipfile.lock .
|
||||
mv ./__tests__/data/Pipfile .
|
||||
if ("${{ matrix.python-version }}" -Match "pypy") {
|
||||
pipenv install --keep-outdated --python ${{ matrix.python-version }}
|
||||
} else {
|
||||
pipenv install --keep-outdated --python pypy
|
||||
} else {
|
||||
pipenv install --keep-outdated --python ${{ matrix.python-version }}
|
||||
}
|
Loading…
Reference in New Issue