rojopolis / spellcheck-github-actions

Spell check action
MIT License
132 stars 38 forks source link

Broken wheel build fix #172

Closed jonasbn closed 1 year ago

jonasbn commented 1 year ago

I found two guides to fix the problem:

They basically said the same thing, which is to add a constraint.txt file

echo "cython<3" > constraint.txt export PIP_CONSTRAINT=constraint.txt

So this has been added to the Dockerfile and the build is successful.