File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 45
45
run : python -m pip install --force setuptools wheel
46
46
47
47
- name : Install pipenv / poetry
48
- run : python -m pip install pipenv==2021.11.5 poetry
48
+ run : python -m pip install pipenv==2022.9.24 poetry
49
49
50
50
- name : Install serverless
51
51
run : npm install -g serverless@2
93
93
run : python -m pip install --force setuptools wheel
94
94
95
95
- name : Install pipenv / poetry
96
- run : python -m pip install pipenv==2021.11.5 poetry
96
+ run : python -m pip install pipenv==2022.9.24 poetry
97
97
98
98
- name : Install serverless
99
99
run : npm install -g serverless@2
@@ -141,7 +141,7 @@ jobs:
141
141
run : python -m pip install --force setuptools wheel
142
142
143
143
- name : Install pipenv / poetry
144
- run : python -m pip install pipenv==2021.11.5 poetry
144
+ run : python -m pip install pipenv==2022.9.24 poetry
145
145
146
146
- name : Install serverless
147
147
run : npm install -g serverless@2
Original file line number Diff line number Diff line change 58
58
run : python -m pip install --force setuptools wheel
59
59
60
60
- name : Install pipenv / poetry
61
- run : python -m pip install pipenv==2021.11.5 poetry
61
+ run : python -m pip install pipenv==2022.9.24 poetry
62
62
63
63
- name : Install serverless
64
64
run : npm install -g serverless@2
@@ -122,7 +122,7 @@ jobs:
122
122
run : python -m pip install --force setuptools wheel
123
123
124
124
- name : Install pipenv / poetry
125
- run : python -m pip install pipenv==2021.11.5 poetry
125
+ run : python -m pip install pipenv==2022.9.24 poetry
126
126
127
127
- name : Install serverless
128
128
run : npm install -g serverless@2
@@ -172,7 +172,7 @@ jobs:
172
172
run : python -m pip install --force setuptools wheel
173
173
174
174
- name : Install pipenv / poetry
175
- run : python -m pip install pipenv==2021.11.5 poetry
175
+ run : python -m pip install pipenv==2022.9.24 poetry
176
176
177
177
- name : Install serverless
178
178
run : npm install -g serverless@2
You can’t perform that action at this time.
0 commit comments