We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2afd264 commit 5c1334fCopy full SHA for 5c1334f
.github/workflows/e2e-cache.yml
@@ -56,6 +56,9 @@ jobs:
56
# } else {
57
# pipenv install flake8 --python ${{ matrix.python-version }}
58
# }
59
+ if ($IsMacOS) {
60
+ $env:PATH += ":/Users/runner/.local/bin"
61
+ }
62
pipenv install flake8
63
python-pip-dependencies-caching-path:
64
name: Test pip (Python ${{ matrix.python-version}}, ${{ matrix.os }})
@@ -101,4 +104,7 @@ jobs:
101
104
102
105
103
106
107
108
109
110
0 commit comments