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 439810f  Try to fix type test errors
439810f is described below

commit 439810f1fcd0a00b1609e5eeb2359bf35fac94ad
Author: Sebb <[email protected]>
AuthorDate: Mon Jan 24 00:34:50 2022 +0000

    Try to fix type test errors
---
 .github/workflows/type-tests.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/type-tests.yml b/.github/workflows/type-tests.yml
index 3b8e2eb..45c90c3 100644
--- a/.github/workflows/type-tests.yml
+++ b/.github/workflows/type-tests.yml
@@ -23,6 +23,7 @@ jobs:
         pip install -r tools/requirements.txt
         pip install -r server/requirements.txt
         pip install mypy
+        pip install multi-dict==6.0.0 # looks like 6.0.1 is borked. Does not 
like dict.get(str[,str])
         pip list
     - name: Type testing with mypy
       run: |

Reply via email to