Skip to content

Commit 5ba6408

Browse files
committed
Reinstate missing Github actions linting step
1 parent 88f1461 commit 5ba6408

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,8 @@ jobs:
4848

4949
- run: pushd examples/aml && pip install -r requirements.txt && popd
5050

51+
- run: pushd examples/yoti_example_django && pip install -r requirements.txt && popd
52+
5153
- run: pushd examples/yoti_example_flask && pip install -r requirements.txt && popd
54+
55+
- run: pushd examples/doc_scan && pip install -r requirements.txt && popd

0 commit comments

Comments
 (0)