Bump project version to 1.1.7 across canonical release surfaces#1352
Bump project version to 1.1.7 across canonical release surfaces#1352
Conversation
Agent-Logs-Url: https://github.com/SkBlaz/py3plex/sessions/efcfa7ce-4771-4879-a9a1-9b04fab1ab53 Co-authored-by: SkBlaz <10035780+SkBlaz@users.noreply.github.com>
|
@copilot Root cause: the job fails at the PR divergence check, not during example execution.
That means Solution (what to change in this PR)Run the generator locally and commit the updated outputs: python scripts/generate_docs_outputs.py
git add examples/docs_outputs/
git commit -m "Update generated documentation outputs"Then push to PR branch. Why this happenedYour generator script intentionally normalizes volatile values (timestamps, memory addresses, elapsed times) in Optional hardening (code suggestion)To reduce local/CI drift further, ensure deterministic locale in the workflow too (even though script sets env internally). Add this env block to generation/validation steps in env:
MPLBACKEND: Agg
PYTHONHASHSEED: "0"
LC_ALL: C.UTF-8
LANG: C.UTF-8
OMP_NUM_THREADS: "1"
OPENBLAS_NUM_THREADS: "1"
MKL_NUM_THREADS: "1"
NUMEXPR_NUM_THREADS: "1"But the immediate fix for this failing job is: commit the changed |
Agent-Logs-Url: https://github.com/SkBlaz/py3plex/sessions/c801e73a-cb00-42fc-855b-8f33734e1c6d Co-authored-by: SkBlaz <10035780+SkBlaz@users.noreply.github.com>
Fixed in bbabcf6. I reproduced the docs-examples failure path, regenerated outputs with |
Uh oh!
There was an error while loading. Please reload this page.