Skip to content

Commit

Permalink
chore: add --require-hashes arg to pip install command (#8705)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 authored Nov 2, 2022
1 parent fdecae4 commit 5473bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/newclient.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5473bee

Please sign in to comment.