File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,12 @@ jobs:
52
52
- name : Install dependencies
53
53
shell : pwsh
54
54
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
60
61
python-pip-dependencies-caching-path :
61
62
name : Test pip (Python ${{ matrix.python-version}}, ${{ matrix.os }})
62
63
runs-on : ${{ matrix.os }}
97
98
- name : Install dependencies
98
99
shell : pwsh
99
100
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
You can’t perform that action at this time.
0 commit comments