You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add comprehensive CI/CD pipeline with GitHub Actions
- Add test workflow with parallel execution using pytest-xdist
- Support multi-Python version testing (3.9, 3.10, 3.11)
- Configure CPU-only mode to prevent GPU conflicts in CI
- Add coverage reporting with pytest-cov and Codecov integration
- Include code quality checks (black, isort, flake8)
- Add documentation building workflow
- Add PyPI publishing workflow for releases
- Add manual test trigger workflow for debugging
- Configure pytest settings in pyproject.toml
- Fix test_verbose_batch_size_auto to work with parallel execution
- Add CUDA_VISIBLE_DEVICES=-1 to prevent GPU conflicts
- Add Dependabot configuration for automated updates
- Add issue and PR templates
All tests now pass with parallel execution enabled.
0 commit comments