Skip to content

Commit 23dbb6e

Browse files
committedSep 27, 2022
test: Freeze pipenv version to 2022.8.5
1 parent c5bc892 commit 23dbb6e

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
@@ -48,7 +48,7 @@ jobs:
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==2022.8.5 poetry
5252

5353
- name: Install serverless
5454
run: npm install -g serverless@2
@@ -99,7 +99,7 @@ jobs:
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==2022.8.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==2022.8.5 poetry
154154

155155
- name: Install serverless
156156
run: npm install -g serverless@2

‎.github/workflows/validate.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
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==2022.8.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==2022.8.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==2022.8.5 poetry
185185

186186
- name: Install serverless
187187
run: npm install -g serverless@2

0 commit comments

Comments
 (0)
Failed to load comments.