Skip to content

Commit b317d6f

Browse files
committed
Update pipenv in test to latest version 2022.9.24
1 parent cda6faa commit b317d6f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/integrate.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: python -m pip install --force setuptools wheel
4646

4747
- 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
4949

5050
- name: Install serverless
5151
run: npm install -g serverless@2
@@ -93,7 +93,7 @@ jobs:
9393
run: python -m pip install --force setuptools wheel
9494

9595
- 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
9797

9898
- name: Install serverless
9999
run: npm install -g serverless@2
@@ -141,7 +141,7 @@ jobs:
141141
run: python -m pip install --force setuptools wheel
142142

143143
- 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
145145

146146
- name: Install serverless
147147
run: npm install -g serverless@2

.github/workflows/validate.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: python -m pip install --force setuptools wheel
5959

6060
- 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
6262

6363
- name: Install serverless
6464
run: npm install -g serverless@2
@@ -122,7 +122,7 @@ jobs:
122122
run: python -m pip install --force setuptools wheel
123123

124124
- 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
126126

127127
- name: Install serverless
128128
run: npm install -g serverless@2
@@ -172,7 +172,7 @@ jobs:
172172
run: python -m pip install --force setuptools wheel
173173

174174
- 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
176176

177177
- name: Install serverless
178178
run: npm install -g serverless@2

0 commit comments

Comments
 (0)