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 88f1461 commit 5ba6408Copy full SHA for 5ba6408
.github/workflows/tests.yaml
@@ -48,4 +48,8 @@ jobs:
48
49
- run: pushd examples/aml && pip install -r requirements.txt && popd
50
51
+ - run: pushd examples/yoti_example_django && pip install -r requirements.txt && popd
52
+
53
- 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