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 5c1334f commit 0260afdCopy full SHA for 0260afd
.github/workflows/e2e-cache.yml
@@ -51,11 +51,6 @@ jobs:
51
- name: Install dependencies
52
shell: pwsh
53
run: |
54
- # if ("${{ matrix.python-version }}" -Match "pypy") {
55
- # pipenv install flake8 --python pypy
56
- # } else {
57
- # pipenv install flake8 --python ${{ matrix.python-version }}
58
- # }
59
if ($IsMacOS) {
60
$env:PATH += ":/Users/runner/.local/bin"
61
}
@@ -99,11 +94,6 @@ jobs:
99
94
100
95
101
96
102
103
104
105
106
107
97
108
98
109
0 commit comments