Skip to content

Commit 5c1334f

Browse files
add check for macOS
1 parent 2afd264 commit 5c1334f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/e2e-cache.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
# } else {
5757
# pipenv install flake8 --python ${{ matrix.python-version }}
5858
# }
59+
if ($IsMacOS) {
60+
$env:PATH += ":/Users/runner/.local/bin"
61+
}
5962
pipenv install flake8
6063
python-pip-dependencies-caching-path:
6164
name: Test pip (Python ${{ matrix.python-version}}, ${{ matrix.os }})
@@ -101,4 +104,7 @@ jobs:
101104
# } else {
102105
# pipenv install flake8 --python ${{ matrix.python-version }}
103106
# }
107+
if ($IsMacOS) {
108+
$env:PATH += ":/Users/runner/.local/bin"
109+
}
104110
pipenv install flake8

0 commit comments

Comments
 (0)