Skip to content

Commit

Permalink
SDK-2242-removed-files
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmet-yoti committed Oct 24, 2024
1 parent 2cd58c4 commit 8a1ac33
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 35 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:

- run: pip install -U setuptools wheel

- run: pip install --no-cache-dir -r requirements.txt
- run: pip install -r requirements.txt

- run: pip install --no-cache-dir -e .[dev]
- run: pip install -e .[dev]

- run: pytest -v

Expand All @@ -44,12 +44,12 @@ jobs:
with:
python-version: 3.9

- run: pip install --upgrade setuptools wheel
- run: pip install --upgrade setuptools

- run: pushd examples/aml && pip install --no-cache-dir -r requirements.txt && popd
- run: pushd examples/aml && pip install -r requirements.txt && popd

- run: pushd examples/yoti_example_django && pip install --no-cache-dir --upgrade pip && pip install --no-cache-dir -r requirements.txt && popd
- run: pushd examples/yoti_example_django && pip install --upgrade pip && pip install --no-cache-dir -r requirements.txt && popd

- run: pushd examples/yoti_example_flask && pip install --no-cache-dir -r requirements.txt && popd
- run: pushd examples/yoti_example_flask && pip install -r requirements.txt && popd

- run: pushd examples/doc_scan && pip install --no-cache-dir -r requirements.txt && popd
- run: pushd examples/doc_scan && pip install -r requirements.txt && popd
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ examples/yoti_example_flask/static/YotiSelfie.jpg
#.pem files for examples
examples/yoti_example_django/*.pem
examples/yoti_example_flask/*.pem
examples/digitalidentity/*.pem

.scannerwork
.venv/
1 change: 1 addition & 0 deletions examples/digitalidentity/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.pem
1 change: 1 addition & 0 deletions examples/digitalidentity/keys/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.pem

This file was deleted.

2 changes: 1 addition & 1 deletion examples/digitalidentity/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ werkzeug==3.0.1
# via flask
wrapt==1.16.0
# via deprecated
yoti==2.14.2
yoti==2.15
# via -r requirements.in

0 comments on commit 8a1ac33

Please sign in to comment.