mirror of
https://github.com/onyx-dot-app/code-interpreter.git
synced 2026-07-01 18:23:40 -04:00
[PR #1] [MERGED] add basic CI #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/onyx-dot-app/code-interpreter/pull/1
Author: @Weves
Created: 11/21/2025
Status: ✅ Merged
Merged: 11/21/2025
Merged by: @Weves
Base:
main← Head:ci📝 Commits (10+)
f7cecf7add basic CI38e0c9b.8cedec6.0e66ef4.48f8688Trigger CI with fixed importsd95cbb0Fix isort config and kubernetes import orderf29b0cb.de7bf59.46b4b10.5bad3c2.📊 Changes
10 files changed (+260 additions, -14 deletions)
View changed files
➕
.github/workflows/ci.yml(+161 -0)➕
.github/workflows/docker-build-push.yml(+86 -0)📝
.pre-commit-config.yaml(+2 -0)📝
code-interpreter/app/app_configs.py(+1 -3)📝
code-interpreter/app/services/executor_docker.py(+2 -3)📝
code-interpreter/app/services/executor_kubernetes.py(+1 -1)📝
code-interpreter/app/services/file_storage.py(+2 -3)📝
code-interpreter/pyproject.toml(+3 -0)📝
code-interpreter/tests/e2e/test_basic_flow.py(+1 -3)📝
code-interpreter/tests/integration_tests/test_data_stack.py(+1 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.