Skip to content

In run action all envs are created/installed , not only needed for action #37

Description

@Aksem

Irrelevant envs are created and installed:

$ python -m finecode run --project=finecode_extension_runner checK_formatting
2026-08-02 05:31:10.722 | INFO     | finecode.wm_server.wm_lifecycle:start_own_server:148 - Starting dedicated FineCode WM server in /workspaces/finecode
2026-08-02 05:31:11.726 | INFO     | finecode.wm_client:connect:89 - Connected to FineCode API at 127.0.0.1:36089
2026-08-02 05:31:11.813 | INFO     | finecode.wm_client:connect:97 - WM Server log file: /workspaces/finecode/.venvs/dev_workspace/logs/wm_server/wm_server_85.log
2026-08-02 05:31:11.814 | INFO     | finecode.cli_app.commands.run_cmd:run_actions:160 - Initializing workspace...
2026-08-02 05:31:39.382 | INFO     | finecode.cli_app.commands.run_cmd:_on_user_message:142 - Created: finecode_extension_runner/dev_no_runtime
2026-08-02 05:32:00.891 | INFO     | finecode.cli_app.commands.run_cmd:_on_user_message:142 - Installed finecode_extension_runner/dev_no_runtime
2026-08-02 05:32:04.636 | INFO     | finecode.cli_app.commands.run_cmd:_on_user_message:142 - Created: finecode_extension_runner/wal_explorer
2026-08-02 05:32:22.998 | INFO     | finecode.cli_app.commands.run_cmd:_on_user_message:142 - Installed finecode_extension_runner/wal_explorer
2026-08-02 05:32:25.438 | INFO     | finecode.cli_app.commands.run_cmd:_on_user_message:142 - Created: finecode_extension_runner/dep_graph
2026-08-02 05:32:43.252 | INFO     | finecode.cli_app.commands.run_cmd:_on_user_message:142 - Installed finecode_extension_runner/dep_graph
2026-08-02 05:32:45.723 | INFO     | finecode.cli_app.commands.run_cmd:_on_user_message:142 - Created: finecode_extension_runner/testing@cpython-3.11
2026-08-02 05:33:03.991 | INFO     | finecode.cli_app.commands.run_cmd:_on_user_message:142 - Installed finecode_extension_runner/testing@cpython-3.11
2026-08-02 05:33:06.387 | INFO     | finecode.cli_app.commands.run_cmd:_on_user_message:142 - Created: finecode_extension_runner/dev
2026-08-02 05:33:24.817 | INFO     | finecode.cli_app.commands.run_cmd:_on_user_message:142 - Installed finecode_extension_runner/dev
Unknown action(s): ['checK_formatting']

Needs checking whether this happens only in CLI or independent of WM Client and optimized.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions