From 5473bee1f371f4ec0f1d8fe26be92e29dae39122 Mon Sep 17 00:00:00 2001 From: Mridula <66699525+mpeddada1@users.noreply.github.com> Date: Wed, 2 Nov 2022 10:04:07 -0400 Subject: [PATCH] chore: add --require-hashes arg to pip install command (#8705) --- .github/workflows/newclient.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/newclient.yaml b/.github/workflows/newclient.yaml index c61bdff19058..9651d9b427f2 100644 --- a/.github/workflows/newclient.yaml +++ b/.github/workflows/newclient.yaml @@ -39,7 +39,7 @@ jobs: path: ~/.m2/repository key: ${{ runner.os }}-maven-unified-${{ steps.date.outputs.date }} - name: Install dependencies - run: pip install -r generation/new_client/requirements.txt + run: pip install --require-hashes -r generation/new_client/requirements.txt - name: Remove Client run: | rm -rf java-${API_SHORT_NAME} || true