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 2022/01/24 00:22:22 UTC

[incubator-ponymail-foal] branch master updated: What are we testing with?

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 4cb74c8  What are we testing with?
4cb74c8 is described below

commit 4cb74c88b6b28285516cff1af0d3f418b82236bd
Author: Sebb <se...@apache.org>
AuthorDate: Mon Jan 24 00:19:53 2022 +0000

    What are we testing with?
---
 .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 172f0cc..3b8e2eb 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 list
     - name: Type testing with mypy
       run: |
           mypy --cache-dir /tmp/ --install-types