2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 48
48
run : python -m pip install --force setuptools wheel
49
49
50
50
- name : Install pipenv / poetry
51
- run : python -m pip install pipenv poetry
51
+ run : python -m pip install pipenv==2022.8.5 poetry
52
52
53
53
- name : Install serverless
54
54
run : npm install -g serverless@2
99
99
run : python -m pip install --force setuptools wheel
100
100
101
101
- name : Install pipenv / poetry
102
- run : python -m pip install pipenv poetry
102
+ run : python -m pip install pipenv==2022.8.5 poetry
103
103
104
104
- name : Install serverless
105
105
run : npm install -g serverless@2
@@ -150,7 +150,7 @@ jobs:
150
150
run : python -m pip install --force setuptools wheel
151
151
152
152
- name : Install pipenv / poetry
153
- run : python -m pip install pipenv poetry
153
+ run : python -m pip install pipenv==2022.8.5 poetry
154
154
155
155
- name : Install serverless
156
156
run : npm install -g serverless@2
Original file line number Diff line number Diff line change 61
61
run : python -m pip install --force setuptools wheel
62
62
63
63
- name : Install pipenv / poetry
64
- run : python -m pip install pipenv poetry
64
+ run : python -m pip install pipenv==2022.8.5 poetry
65
65
66
66
- name : Install serverless
67
67
run : npm install -g serverless@2
@@ -128,7 +128,7 @@ jobs:
128
128
run : python -m pip install --force setuptools wheel
129
129
130
130
- name : Install pipenv / poetry
131
- run : python -m pip install pipenv poetry
131
+ run : python -m pip install pipenv==2022.8.5 poetry
132
132
133
133
- name : Install serverless
134
134
run : npm install -g serverless@2
@@ -181,7 +181,7 @@ jobs:
181
181
run : python -m pip install --force setuptools wheel
182
182
183
183
- name : Install pipenv / poetry
184
- run : python -m pip install pipenv poetry
184
+ run : python -m pip install pipenv==2022.8.5 poetry
185
185
186
186
- name : Install serverless
187
187
run : npm install -g serverless@2
0 commit comments