mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 10:33:20 +00:00
e841defbd3
The update-extensions-repo-and-run-tests job has no top-level checkout, so the default workspace is already <org>/<repo> = work/IfcOpenShell/IfcOpenShell. Cloning the repo into a subdir also named IfcOpenShell produced a third segment (.../IfcOpenShell/IfcOpenShell/IfcOpenShell), and the BDD feature fixtures template Path.cwd() into link_ifc file paths, yielding a FileNotFoundError on ~8 link_ifc scenarios in project.feature. Rename the manually-cloned directory to ifcopenshell_repo and update its three dependent references. Pure rename, no behaviour change beyond removing the path collision. Traced by exact command reconstruction; final confirmation is the next ci-bonsai-daily run (needs GitHub-hosted runners, not reproducible locally). This change was made with the assistance of an AI tool. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>