Skip to content

feat: embed workspace_version in config/general.yaml - #10

Merged
Jammy2211 merged 1 commit into
mainfrom
feature/workspace-version-config-check
Apr 30, 2026
Merged

feat: embed workspace_version in config/general.yaml#10
Jammy2211 merged 1 commit into
mainfrom
feature/workspace-version-config-check

Conversation

@Jammy2211

Copy link
Copy Markdown
Collaborator

Summary

Add a version: block to config/general.yaml with workspace_version: 2026.4.13.6 and a user-facing workspace_version_check: True override flag, so the new config-aware autoconf.workspace.check_version (PyAutoLabs/PyAutoNerves#101, now called from every import autolens) can resolve the workspace version from a canonical source. Previously this pipeline had neither version.txt nor a config-embedded version, so verify_workspace_versions.sh always SKIPped it. With this PR it joins the 6 main/HowTo workspaces in the standard version-pinning flow.

Setting workspace_version_check: False is the recommended bypass for users on main-branch clones, where main updates faster than library releases and mismatches are expected.

Scripts Changed

  • config/general.yaml — add a version: block with workspace_version: 2026.4.13.6 and workspace_version_check: True

Upstream PR

Test Plan

  • python -c "import autolens" from this pipeline directory runs silently (no warning, no error)
  • bash PyAutoBuild/verify_workspace_versions.sh reports this pipeline as ok (was SKIP before)

🤖 Generated with Claude Code

@Jammy2211 Jammy2211 added the pending-release PR queued for the next release build label Apr 30, 2026
@Jammy2211
Jammy2211 merged commit 40e5a20 into main Apr 30, 2026
1 check passed
@Jammy2211
Jammy2211 deleted the feature/workspace-version-config-check branch April 30, 2026 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pending-release PR queued for the next release build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant