Skip to content

fix: repair CI workflow#3

Merged
NullLabTests merged 1 commit into
mainfrom
fix/ci-workflow
Jul 1, 2026
Merged

fix: repair CI workflow#3
NullLabTests merged 1 commit into
mainfrom
fix/ci-workflow

Conversation

@NullLabTests

Copy link
Copy Markdown
Owner

Three issues fixed:

  1. uv sync --group devuv sync --extra dev (project uses PEP 621 optional deps, not uv dependency-groups)
  2. Added actions/setup-python@v5 step to install the Python runtime (uv python pin only selects, doesn't install)
  3. Added --ignore-missing-imports to mypy (missing stubs are pre-existing in sandbox/coupling_engine)

Three issues fixed:
  - 'uv sync --group dev' → 'uv sync --extra dev' (optional deps,
    not uv dependency groups)
  - Added actions/setup-python@v5 to install the Python runtime
    (uv python pin only selects a version, does not install it)
  - Added --ignore-missing-imports to mypy (missing stubs for
    yaml/pandas/earth2studio are pre-existing, not regressions)
@NullLabTests

Copy link
Copy Markdown
Owner Author

wip

@NullLabTests NullLabTests merged commit 78f5a95 into main Jul 1, 2026
0 of 3 checks passed
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