This repository was archived by the owner on Oct 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4848 run : python -m pip install --force setuptools wheel
4949
5050 - name : Install pipenv / poetry
51- run : python -m pip install pipenv poetry
51+ run : python -m pip install pipenv==2021.11.5 poetry
5252
5353 - name : Install serverless
5454 run : npm install -g serverless@2
9999 run : python -m pip install --force setuptools wheel
100100
101101 - name : Install pipenv / poetry
102- run : python -m pip install pipenv poetry
102+ run : python -m pip install pipenv==2021.11.5 poetry
103103
104104 - name : Install serverless
105105 run : npm install -g serverless@2
@@ -150,7 +150,7 @@ jobs:
150150 run : python -m pip install --force setuptools wheel
151151
152152 - name : Install pipenv / poetry
153- run : python -m pip install pipenv poetry
153+ run : python -m pip install pipenv==2021.11.5 poetry
154154
155155 - name : Install serverless
156156 run : npm install -g serverless@2
Original file line number Diff line number Diff line change 6161 run : python -m pip install --force setuptools wheel
6262
6363 - name : Install pipenv / poetry
64- run : python -m pip install pipenv poetry
64+ run : python -m pip install pipenv==2021.11.5 poetry
6565
6666 - name : Install serverless
6767 run : npm install -g serverless@2
@@ -128,7 +128,7 @@ jobs:
128128 run : python -m pip install --force setuptools wheel
129129
130130 - name : Install pipenv / poetry
131- run : python -m pip install pipenv poetry
131+ run : python -m pip install pipenv==2021.11.5 poetry
132132
133133 - name : Install serverless
134134 run : npm install -g serverless@2
@@ -181,7 +181,7 @@ jobs:
181181 run : python -m pip install --force setuptools wheel
182182
183183 - name : Install pipenv / poetry
184- run : python -m pip install pipenv poetry
184+ run : python -m pip install pipenv==2021.11.5 poetry
185185
186186 - name : Install serverless
187187 run : npm install -g serverless@2
You can’t perform that action at this time.
0 commit comments