Skip to content

fix: correct env var name and skip removed search packages#44

Merged
Jammy2211 merged 1 commit into
mainfrom
feature/release-fixes-apr-2026
Apr 12, 2026
Merged

fix: correct env var name and skip removed search packages#44
Jammy2211 merged 1 commit into
mainfrom
feature/release-fixes-apr-2026

Conversation

@Jammy2211

Copy link
Copy Markdown
Collaborator

Summary

Two build config fixes for the release pipeline:

  1. env_vars.yaml: Rename PYAUTO_WORKSPACE_SMALL_DATASETS to PYAUTO_SMALL_DATASETS to match the variable name the library code actually checks. The mismatched name meant the override was silently ignored.

  2. no_run.yaml: Add UltraNest, UltraNestPlotter, PySwarmsGlobal, PySwarmsLocal, PySwarmsPlotter to the skip list. These search algorithms were removed from PyAutoFit and the packages are no longer installed.

Relates to PyAutoLabs/PyAutoArray#269.

API Changes

None — build configuration only.

Test Plan

  • Re-trigger release build after merging all PRs in this task

🤖 Generated with Claude Code

- Fix PYAUTO_WORKSPACE_SMALL_DATASETS → PYAUTO_SMALL_DATASETS in
  env_vars.yaml to match the variable name the library code checks
- Add UltraNest, UltraNestPlotter, PySwarmsGlobal, PySwarmsLocal,
  PySwarmsPlotter to no_run.yaml — these searches were removed from
  PyAutoFit and the packages are no longer installed

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant