ci(B3-Pilot): Reusable-CI aus coworkerz-ci (additiv) - #30
Conversation
…ein Ersatz, kein BP-Touch
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1cdb83f97d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| jobs: | ||
| gate: | ||
| uses: marcohost33-maker/coworkerz-ci/.github/workflows/ci-python.yml@69d3bae0bd54792f499b01c1b6e1e8f6b452742b |
There was a problem hiding this comment.
Add the release tag comment to this pinned workflow
This new reusable workflow reference is SHA-pinned, but it omits the version comment required by AGENTS.md (every action reference is @<full-sha> # vX.Y.Z). In workflow/security reviews, the missing human-readable tag makes it harder to verify what vetted release this cross-repository CI workflow is executing; please add the corresponding # v... comment or pin a tagged release SHA that has one.
Useful? React with 👍 / 👎.
| uses: marcohost33-maker/coworkerz-ci/.github/workflows/ci-python.yml@69d3bae0bd54792f499b01c1b6e1e8f6b452742b | ||
| with: | ||
| python-version: "3.12" | ||
| install-command: 'pip install -e ".[dev]" pytest-cov' |
There was a problem hiding this comment.
Install the qutip extra before running the suite
With this install command, the pilot workflow runs pytest without the qutip extra that the existing CI installs, so the QuTiP cross-checks guarded by qutip_required in tests/test_anchors.py and tests/test_lindblad.py are silently skipped. That makes this “reusable CI” pilot report green while covering less than the current required CI path, and it weakens the anchor/cross-check signal if this workflow is later used for the planned replacement.
Useful? React with 👍 / 👎.
B3-Pilot Python-Typ (Plan 2026-06-03): ruft ci-python.yml@69d3bae (SHA-Pin) via workflow_call. ADDITIV neben bestehender ci.yml - beide muessen gruen sein; Required-Checks unveraendert. Bei Erfolg: Ersatz+BP-Switch als Folge-Welle.