We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 154b71d commit df7cc3eCopy full SHA for df7cc3e
.github/workflows/validate.yml
@@ -42,6 +42,7 @@ jobs:
42
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.EXAMPLE_TESTS_OP_SERVICE_ACCOUNT_TOKEN }}
43
OP_VAULT_ID: ${{ secrets.EXAMPLE_TESTS_OP_VAULT_ID }}
44
run: |
45
+ pip install -r requirements.txt &&
46
pip install . &&
47
python example/example.py
48
lint:
requirements.txt
@@ -0,0 +1 @@
1
+cryptography==44.0.1
0 commit comments