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:
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 }}
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
You can’t perform that action at this time.
0 commit comments