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 acdcb32  Typo
acdcb32 is described below

commit acdcb322ed8cebe5bc73f0e1ad7f533cac30a4d3
Author: Sebb <[email protected]>
AuthorDate: Mon Jan 24 00:36:47 2022 +0000

    Typo
---
 .github/workflows/type-tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/type-tests.yml b/.github/workflows/type-tests.yml
index 45c90c3..da91f08 100644
--- a/.github/workflows/type-tests.yml
+++ b/.github/workflows/type-tests.yml
@@ -23,7 +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 install multidict==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