diff --git a/.github/workflows/bayes.yml b/.github/workflows/bayes.yml index 6dd8671684..6a51fc266e 100644 --- a/.github/workflows/bayes.yml +++ b/.github/workflows/bayes.yml @@ -32,7 +32,9 @@ jobs: # ref: main - name: cd /cre/python/ run: (cd /cre/python/) - - name: Run diagrams + - name: Install HanTa textblob_de + run: (pip3 install HanTa textblob_de) + - name: Run bayes run: (python3 bayes.py) - name: Submit changes uses: EndBug/add-and-commit@v9 diff --git a/.github/workflows/entities.yml b/.github/workflows/entities.yml index d81cefa4cb..6312dada18 100644 --- a/.github/workflows/entities.yml +++ b/.github/workflows/entities.yml @@ -32,7 +32,11 @@ jobs: # ref: main - name: cd /cre/python/ run: (cd /cre/python/) - - name: Run diagrams + - name: Install spacy textblob_de + run: (pip3 install spacy textblob_de) + - name: Install download de_core_news_md + run: (python3 -m spacy download de_core_news_md) + - name: Run entities run: (python3 entities.py) - name: Submit changes uses: EndBug/add-and-commit@v9