fix check

This commit is contained in:
Dmitry Shibanov 2022-06-29 20:28:20 +02:00
parent 1e52de40a4
commit d358f9e3d7

View File

@ -54,7 +54,7 @@ jobs:
run: |
mv ./__tests__/data/Pipfile.lock .
mv ./__tests__/data/Pipfile .
if (${{ matrix.python-version }} -Match "pypy") {
if ("${{ matrix.python-version }}" -Match "pypy") {
pipenv install --keep-outdated --python ${{ matrix.python-version }}
} else {
pipenv install --keep-outdated --python pypy
@ -124,7 +124,7 @@ jobs:
run: |
mv ./__tests__/data/Pipfile.lock .
mv ./__tests__/data/Pipfile .
if (${{ matrix.python-version }} -Match "pypy") {
if ("${{ matrix.python-version }}" -Match "pypy") {
pipenv install --keep-outdated --python ${{ matrix.python-version }}
} else {
pipenv install --keep-outdated --python pypy