You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2021/05/09 14:48:41 UTC

[incubator-ponymail-foal] branch master updated: Restore optional dependency for tests

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ce0c1e  Restore optional dependency for tests
7ce0c1e is described below

commit 7ce0c1e38ab5fe17725c94a4663f74b61ad35998
Author: Sebb <se...@apache.org>
AuthorDate: Sun May 9 15:48:29 2021 +0100

    Restore optional dependency for tests
---
 .github/workflows/unittest.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index 6c9f986..35253da 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -26,6 +26,7 @@ jobs:
       run: |
         python -m pip install --upgrade pip
         pip install -r requirements.txt
+        pip install html2text # optional dependency, but needed for tests
 #    - name: Test with pytest
 #      run: |
 #        pip install pytest