Files
Petru Conduraru 1f6e350b4c ci: drop toposort/igraph install, no longer needed after #8527
#8527 dropped Optimise's hard toposort dependency in favour of stdlib
graphlib as the fallback backend, so the pip install added here is now
dead weight: nothing in ifcpatch imports toposort any more, and igraph
was always an optional speed-up guarded by pytest.importorskip in
test_Optimise.py, never a hard requirement.

Verified against #8527's merged code (v0.8.0@382f5e0c21) with neither
package installed: all 6 test_Optimise.py tests pass or skip cleanly
(the two igraph-specific tests skip via importorskip instead of
erroring), so the install step served no remaining purpose.

This contribution was produced with the assistance of an AI coding tool.
2026-07-24 08:08:41 +03:00
..
2025-04-13 12:10:28 +10:00