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 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==2021.11.5 poetry
51
+ run : python -m pip install pipenv==2022.9.24 poetry
52
52
53
53
- name : Install serverless
54
54
run : npm install -g serverless@${{ matrix.sls-version }}
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==2021.11.5 poetry
102
+ run : python -m pip install pipenv==2022.9.24 poetry
103
103
104
104
- name : Install serverless
105
105
run : npm install -g serverless@${{ matrix.sls-version }}
@@ -147,7 +147,7 @@ jobs:
147
147
run : python -m pip install --force setuptools wheel
148
148
149
149
- name : Install pipenv / poetry
150
- run : python -m pip install pipenv==2021.11.5 poetry
150
+ run : python -m pip install pipenv==2022.9.24 poetry
151
151
152
152
- name : Install serverless
153
153
run : npm install -g serverless@${{ matrix.sls-version }}
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==2021.11.5 poetry
64
+ run : python -m pip install pipenv==2022.9.24 poetry
65
65
66
66
- name : Install serverless
67
67
run : npm install -g serverless@${{ matrix.sls-version }}
@@ -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==2021.11.5 poetry
131
+ run : python -m pip install pipenv==2022.9.24 poetry
132
132
133
133
- name : Install serverless
134
134
run : npm install -g serverless@${{ matrix.sls-version }}
@@ -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==2021.11.5 poetry
184
+ run : python -m pip install pipenv==2022.9.24 poetry
185
185
186
186
- name : Install serverless
187
187
run : npm install -g serverless@${{ matrix.sls-version }}
You can’t perform that action at this time.
0 commit comments