scipp / copier_template

Copier template for Scipp projects
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

CI suddenly fails without changes #148

Closed SimonHeybrock closed 6 months ago

SimonHeybrock commented 6 months ago

Fails with "ModuleNotFoundError: No module named 'yamlinclude'".

See rerun of old (passing) CI run: https://github.com/scipp/copier_template/actions/runs/8293977426/job/23375827479. This also happens, e.g., with a new PR.

jl-wynen commented 6 months ago

It's a dependency problem with copier: https://github.com/copier-org/copier/issues/1568

SimonHeybrock commented 6 months ago

Isn't it pinned, as we typically do?