tecoholic / ner-annotator

Named Entity Recognition (NER) Annotation tool for SpaCy. Generates Traning Data as a JSON which can be readily used.
https://tecoholic.github.io/ner-annotator/
MIT License
548 stars 161 forks source link

Added fixes for broken workflows. #71

Closed alvi-khan closed 1 year ago

alvi-khan commented 1 year ago

Workflow failures seem to have been caused by two issues:

  1. Timeout during fetching of Yarn packages. Workaround: yarnpkg/yarn#8242

  2. Missing artifacts during creation of the Windows build. Workaround: tauri-apps/tauri-action#240

The changes were tested on a fork and the workflows completed successfully several times in a row, so the issue should be fixed.