Update workflow is broken
The update workflow failed 6 times out of 8.
The first failure: https://github.com/BoboTiG/ebook-reader-dict/actions/runs/2687401499
The last one gives so much zero details:
$ python -Wd -m wikidict fr --render
>>> Loading data/fr/data_wikicode-20220720.json ...
>>> Loaded 1,897,068 words from data/fr/data_wikicode-20220720.json
!! Missing 'Lang-ar' template support for word 'Adonis'
!! Missing 'ar-cf' template support for word 'Ali'
!! Missing 'ar-cf' template support for word 'alcade'
/home/runner/work/_temp/9b7d5e05-a736-4586-86f5-9c97da6d3c1f.sh: line 1: 6642 Killed
Locally, it works like a charm.
The code diff seems pretty harmless: https://github.com/BoboTiG/ebook-reader-dict/compare/a875a2f4be85bc90ed8509b1b4b07e686e69d76b..7e9e76dd09027a667d9bd0ce4a245b203dfb639c
Maybe should we check on potential GitHub runners changes.
Or the Python version used: https://github.com/BoboTiG/ebook-reader-dict/blob/7e9e76dd09027a667d9bd0ce4a245b203dfb639c/.github/workflows/auto-updates.yml#L22
Ok now I wonder if it will run.
It seems so: https://github.com/BoboTiG/ebook-reader-dict/actions/runs/2829148853 :)
Let's close this issue then !