mirror of
https://github.com/actions/setup-python.git
synced 2026-04-16 19:15:39 +02:00
fix check
This commit is contained in:
@@ -54,7 +54,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mv ./__tests__/data/Pipfile.lock .
|
mv ./__tests__/data/Pipfile.lock .
|
||||||
mv ./__tests__/data/Pipfile .
|
mv ./__tests__/data/Pipfile .
|
||||||
if (${{ matrix.python-version }} -Match "pypy") {
|
if ("${{ matrix.python-version }}" -Match "pypy") {
|
||||||
pipenv install --keep-outdated --python ${{ matrix.python-version }}
|
pipenv install --keep-outdated --python ${{ matrix.python-version }}
|
||||||
} else {
|
} else {
|
||||||
pipenv install --keep-outdated --python pypy
|
pipenv install --keep-outdated --python pypy
|
||||||
@@ -124,7 +124,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mv ./__tests__/data/Pipfile.lock .
|
mv ./__tests__/data/Pipfile.lock .
|
||||||
mv ./__tests__/data/Pipfile .
|
mv ./__tests__/data/Pipfile .
|
||||||
if (${{ matrix.python-version }} -Match "pypy") {
|
if ("${{ matrix.python-version }}" -Match "pypy") {
|
||||||
pipenv install --keep-outdated --python ${{ matrix.python-version }}
|
pipenv install --keep-outdated --python ${{ matrix.python-version }}
|
||||||
} else {
|
} else {
|
||||||
pipenv install --keep-outdated --python pypy
|
pipenv install --keep-outdated --python pypy
|
||||||
|
|||||||
Reference in New Issue
Block a user