Skip to content

Commit df7cc3e

Browse files
committed
added requirements file to install packages that the example code requires to execute
1 parent 154b71d commit df7cc3e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.EXAMPLE_TESTS_OP_SERVICE_ACCOUNT_TOKEN }}
4343
OP_VAULT_ID: ${{ secrets.EXAMPLE_TESTS_OP_VAULT_ID }}
4444
run: |
45+
pip install -r requirements.txt &&
4546
pip install . &&
4647
python example/example.py
4748
lint:

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cryptography==44.0.1

0 commit comments

Comments
 (0)