SuffolkLITLab / ALActions

A github repo with all of the shared actions used in Assembly Line Projects
1 stars 0 forks source link

Actually use build-constraints.txt #26

Closed BryceStevenWilley closed 3 months ago

BryceStevenWilley commented 3 months ago

Use the build-constraints.txt file when building all repos, to avoid using numpy 2 which can break spacy.

Continues on the work done in #25.


Keeping this a branch and testing on https://github.com/SuffolkLITLab/FormFyxer/pull/136, until I can confirm that this fixes the issue seen there. Will merge once it does.

BryceStevenWilley commented 3 months ago

Success! https://github.com/SuffolkLITLab/FormFyxer/actions/runs/9540680711/job/26292850657?pr=136

Going to merge, and will retrigger a few workflows in various repos just to make sure it doesn't break anything.