File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5555 mv ./__tests__/data/Pipfile.lock .
5656 mv ./__tests__/data/Pipfile .
5757 if ("${{ matrix.python-version }}" -Match "pypy") {
58- pipenv install --keep-outdated --python ${{ matrix.python-version }}
59- } else {
6058 pipenv install --keep-outdated --python pypy
59+ } else {
60+ pipenv install --keep-outdated --python ${{ matrix.python-version }}
6161 }
6262
6363 python-poetry-dependencies-caching :
@@ -125,7 +125,7 @@ jobs:
125125 mv ./__tests__/data/Pipfile.lock .
126126 mv ./__tests__/data/Pipfile .
127127 if ("${{ matrix.python-version }}" -Match "pypy") {
128- pipenv install --keep-outdated --python ${{ matrix.python-version }}
129- } else {
130128 pipenv install --keep-outdated --python pypy
129+ } else {
130+ pipenv install --keep-outdated --python ${{ matrix.python-version }}
131131 }
You can’t perform that action at this time.
0 commit comments