Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Major cleanup #197

Merged
merged 12 commits into from
Jul 19, 2024
70 changes: 0 additions & 70 deletions .github/workflows/test_build_api.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test_turnkey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
shell: bash -el {0}
run: |
pylint src/turnkeyml --rcfile .pylintrc
pylint examples --rcfile .pylintrc --ignore-paths examples/build_api --disable E0401,E0611
pylint examples --rcfile .pylintrc --disable E0401,E0611
- name: Test with unittest
shell: bash -el {0}
run: |
Expand Down
68 changes: 0 additions & 68 deletions examples/build_api/build_name.py

This file was deleted.

58 changes: 0 additions & 58 deletions examples/build_api/cache_dir.py

This file was deleted.

74 changes: 0 additions & 74 deletions examples/build_api/hello_onnx_world.py

This file was deleted.

47 changes: 0 additions & 47 deletions examples/build_api/hello_torch_world.py

This file was deleted.

52 changes: 0 additions & 52 deletions examples/build_api/no_monitor.py

This file was deleted.

Loading
Loading