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 55
55
mv ./__tests__/data/Pipfile.lock .
56
56
mv ./__tests__/data/Pipfile .
57
57
if ("${{ matrix.python-version }}" -Match "pypy") {
58
- pipenv install --keep-outdated --python ${{ matrix.python-version }}
59
- } else {
60
58
pipenv install --keep-outdated --python pypy
59
+ } else {
60
+ pipenv install --keep-outdated --python ${{ matrix.python-version }}
61
61
}
62
62
63
63
python-poetry-dependencies-caching :
@@ -125,7 +125,7 @@ jobs:
125
125
mv ./__tests__/data/Pipfile.lock .
126
126
mv ./__tests__/data/Pipfile .
127
127
if ("${{ matrix.python-version }}" -Match "pypy") {
128
- pipenv install --keep-outdated --python ${{ matrix.python-version }}
129
- } else {
130
128
pipenv install --keep-outdated --python pypy
129
+ } else {
130
+ pipenv install --keep-outdated --python ${{ matrix.python-version }}
131
131
}
You can’t perform that action at this time.
0 commit comments