dtrx-py / dtrx

Do The Right Extraction
GNU General Public License v3.0
224 stars 10 forks source link

Fix CI #54

Open ChrisJefferson opened 8 months ago

ChrisJefferson commented 8 months ago

The version of pyyaml we use was failing due to a cython related issue. After a quick google, the easiest option seems to be to go to an even older version -- that fixes CI on all versions we support, and pyyaml is only used for testing, so it doesn't matter it's old and insecure.