Skip to content

Commit 27091d5

Browse files
minor fix
1 parent d358f9e commit 27091d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/e2e-cache.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ jobs:
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
}

0 commit comments

Comments
 (0)