Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,6 @@ jobs:
working-directory: ./data
run: isort --check-only --profile black .

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip'
cache-dependency-path: ./data/requirements.txt

- name: Install dependencies
working-directory: ./data
run: |
Expand Down
2 changes: 1 addition & 1 deletion backend/grpcserver/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func (s *Server) createTask(ctx context.Context, taskID, taskType string, params
}
return &taskpb.TaskResponse{
TaskId: task.TaskID,
Status: taskpb.TaskStatus_TASK_STATUS_RUNNING,
Status: taskpb.TaskStatus_RUNNING,
}, nil
}

Expand Down
178 changes: 123 additions & 55 deletions backend/pkg/taskpb/task.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading