Skip to content

Commit 2e72455

Browse files
committed
release/2024-11-27 Pin pytest-apim version
1 parent 17b9eee commit 2e72455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-requests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
with:
202202
ref: ${{ env.BRANCH_NAME }}
203203
- run: |
204-
poetry add pytest-nhsd-apim
204+
poetry add pytest-nhsd-apim==3.4.3
205205
- uses: ./.github/actions/make/
206206
with:
207207
command: apigee--attach-product DEV_BUILD="true"
@@ -290,7 +290,7 @@ jobs:
290290
with:
291291
ref: ${{ env.BRANCH_NAME }}
292292
- run: |
293-
poetry add pytest-nhsd-apim
293+
poetry add pytest-nhsd-apim==3.4.3
294294
- uses: ./.github/actions/make/
295295
with:
296296
command: apigee--detach-product DEV_BUILD="true"

0 commit comments

Comments
 (0)