Commit Graph

5 Commits

Author SHA1 Message Date
1b8c06bf7b fix: resolve CI build failures
Some checks failed
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
- Fix ruff configuration in pyproject.toml (moved settings to correct sections)
- Use python -m ruff for lint check to resolve PATH issues
- Added proper pip upgrade before installing dependencies
2026-01-31 04:20:15 +00:00
899a2a2285 fix: resolve CI workflow failures
Some checks failed
CI / test (push) Failing after 4m53s
CI / build (push) Has been skipped
CI / lint (push) Successful in 9m21s
Updated CI workflow to use correct test path (git_commit_ai/tests/ instead of env_pro tests). Added lint job with ruff and build job with package verification.
2026-01-31 03:10:52 +00:00
ce89b86753 fix: resolve CI workflow failures
Some checks failed
CI / test (push) Failing after 4m45s
CI / build (push) Has been skipped
- Add pip caching to speed up dependency installation
- Add pip upgrade step to ensure latest pip version
- Improve test job configuration for reliability
2026-01-31 03:03:16 +00:00
3233d1bfa8 Fix CI workflow: Add pip upgrade, caching, and better error handling
Some checks failed
CI / test (push) Has been cancelled
2026-01-31 03:02:37 +00:00
40056b30fa Add Gitea Actions workflow: ci.yml
Some checks failed
CI / test (push) Failing after 5s
2026-01-31 02:51:17 +00:00