Skip to content

Commit 0260afd

Browse files
fix ci for pipenv
1 parent 5c1334f commit 0260afd

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/e2e-cache.yml

-10
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ jobs:
5151
- name: Install dependencies
5252
shell: pwsh
5353
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-
# }
5954
if ($IsMacOS) {
6055
$env:PATH += ":/Users/runner/.local/bin"
6156
}
@@ -99,11 +94,6 @@ jobs:
9994
- name: Install dependencies
10095
shell: pwsh
10196
run: |
102-
# if ("${{ matrix.python-version }}" -Match "pypy") {
103-
# pipenv install flake8 --python pypy
104-
# } else {
105-
# pipenv install flake8 --python ${{ matrix.python-version }}
106-
# }
10797
if ($IsMacOS) {
10898
$env:PATH += ":/Users/runner/.local/bin"
10999
}

0 commit comments

Comments
 (0)