Skip to content

Commit 9bd926e

Browse files
temp comment
1 parent bed8ca2 commit 9bd926e

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.github/workflows/e2e-cache.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,12 @@ jobs:
5252
- name: Install dependencies
5353
shell: pwsh
5454
run: |
55-
if ("${{ matrix.python-version }}" -Match "pypy") {
56-
pipenv install flake8 --python pypy
57-
} else {
58-
pipenv install flake8 --python ${{ matrix.python-version }}
59-
}
55+
# if ("${{ matrix.python-version }}" -Match "pypy") {
56+
# pipenv install flake8 --python pypy
57+
# } else {
58+
# pipenv install flake8 --python ${{ matrix.python-version }}
59+
# }
60+
pipenv install flake8
6061
python-pip-dependencies-caching-path:
6162
name: Test pip (Python ${{ matrix.python-version}}, ${{ matrix.os }})
6263
runs-on: ${{ matrix.os }}
@@ -97,8 +98,9 @@ jobs:
9798
- name: Install dependencies
9899
shell: pwsh
99100
run: |
100-
if ("${{ matrix.python-version }}" -Match "pypy") {
101-
pipenv install flake8 --python pypy
102-
} else {
103-
pipenv install flake8 --python ${{ matrix.python-version }}
104-
}
101+
# if ("${{ matrix.python-version }}" -Match "pypy") {
102+
# pipenv install flake8 --python pypy
103+
# } else {
104+
# pipenv install flake8 --python ${{ matrix.python-version }}
105+
# }
106+
pipenv install flake8

0 commit comments

Comments
 (0)