Skip to content

Commit c6f972a

Browse files
committed
error fix
1 parent 4edb3df commit c6f972a

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

PROMPT_LOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1764,3 +1764,19 @@ secrets, credentials, private tokens, or unrelated transcript text.
17641764
- Updated `scripts/fire_vase_climate_revision.py` so the generated
17651765
Science-style climate revision manuscript includes an AI transparency
17661766
paragraph in the acknowledgments/back matter.
1767+
1768+
## 2026-07-22 - GitHub Actions cleanup for updating-figures checks
1769+
1770+
- User goal: address failing GitHub Actions screenshots for repository size and
1771+
Python 3.9 tests on the updating-figures run.
1772+
- Untracked previously committed generated artifacts under blocked
1773+
repository-policy paths (`artifacts/` and `tmp/pdfs/`) while leaving the
1774+
local files on disk; `scripts/check_repository_size.py --mode tracked` now
1775+
passes.
1776+
- Fixed a Python 3.9 import-time type-alias failure in
1777+
`src/cubedynamics/plotting/tail_association.py` by replacing PEP 604
1778+
module-level type aliases with `typing.Optional`/`typing.Union`.
1779+
- Validation: reproduced the Python 3.9 failure with `uv run --python 3.9`,
1780+
reran the offline suite successfully (`297 passed, 5 skipped, 8 deselected`),
1781+
verified the package import under Python 3.9, and reran the repository-size
1782+
check successfully.

0 commit comments

Comments
 (0)