File tree Expand file tree Collapse file tree 1 file changed +9
-17
lines changed Expand file tree Collapse file tree 1 file changed +9
-17
lines changed Original file line number Diff line number Diff line change @@ -52,15 +52,11 @@ 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
- # }
60
- if ($IsWindows) {
61
- Remove-Item ~/.virtualenvs/* -Recurse -Force
55
+ if ("${{ matrix.python-version }}" -Match "pypy") {
56
+ pipenv install flake8 --python pypy
57
+ } else {
58
+ pipenv install flake8 --python ${{ matrix.python-version }}
62
59
}
63
- pipenv install flake8
64
60
python-pip-dependencies-caching-path :
65
61
name : Test pip (Python ${{ matrix.python-version}}, ${{ matrix.os }})
66
62
runs-on : ${{ matrix.os }}
@@ -101,12 +97,8 @@ jobs:
101
97
- name : Install dependencies
102
98
shell : pwsh
103
99
run : |
104
- # if ("${{ matrix.python-version }}" -Match "pypy") {
105
- # pipenv install flake8 --python pypy
106
- # } else {
107
- # pipenv install flake8 --python ${{ matrix.python-version }}
108
- # }
109
- if ($IsWindows) {
110
- Remove-Item ~/.virtualenvs/* -Recurse -Force
111
- }
112
- pipenv install flake8
100
+ if ("${{ matrix.python-version }}" -Match "pypy") {
101
+ pipenv install flake8 --python pypy
102
+ } else {
103
+ pipenv install flake8 --python ${{ matrix.python-version }}
104
+ }
You can’t perform that action at this time.
0 commit comments