Adopt the Coherent system - #47
Conversation
In CI, call the reusable coherent-oss/system workflow
Create pyproject.toml
|
The tests are failing upstream, but pass fine for me locally. With e5e418b, tests pass in CI but fail locally. My guess is CI has a stale ruff. |
|
PyPy is failing with an indication that PyPy 3.10 may not be supported. |
I made an update to coherent.test so it now emits the packages installed, but I've found that the CI run and my local run both have the same ruff version (0.15.13), so the difference is not due to the version of ruff installed in the environment. Perhaps the issue is more nuanced - like maybe First, I need to confirm this disparity only affects the coherent build. |
I figured out the issue. On my local system, I'd previously checked out the project as a non-coherent project and run ruff there. When that happened, populated the ruff cache with "tempora" as a first-party import. When switching to coherent, ruff no longer detects "tempora" as a first party import, so demands a different syntax. So just a |
|
Note that 0a1eabf needed to be added to remove the AGENTS.md unintentionally left in this PR. |
No description provided.