Skip to content

Commit a56053b

Browse files
committed
added installation of current directory before running example/example.py
1 parent 4f142ab commit a56053b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
4141
OP_VAULT_ID: ${{ secrets.TEST_SERVICE_ACCOUNT_VAULT_ID }}
4242
run: |
43+
pip install . &&
4344
python example/example.py
4445
lint:
4546
name: Lint
@@ -107,6 +108,7 @@ jobs:
107108
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
108109
OP_VAULT_ID: ${{ secrets.TEST_SERVICE_ACCOUNT_VAULT_ID }}
109110
run: |
111+
pip install . &&
110112
python example/example.py
111113
112114
- run: |

0 commit comments

Comments
 (0)