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:04:38 UTC

[incubator-ponymail-foal] branch master updated: Ensure 3.10 completes

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 399ebb1  Ensure 3.10 completes
399ebb1 is described below

commit 399ebb1e791e8b6d3c7d49ca3fafaded0f97bc89
Author: Sebb <se...@apache.org>
AuthorDate: Mon Jan 24 00:04:30 2022 +0000

    Ensure 3.10 completes
---
 .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 b953fbb..172f0cc 100644
--- a/.github/workflows/type-tests.yml
+++ b/.github/workflows/type-tests.yml
@@ -6,7 +6,7 @@ jobs:
   build:
     runs-on: ubuntu-latest
     strategy:
-      max-parallel: 2
+      max-parallel: 1
       matrix:
         python-version: ["3.10", 3.7, 3.9]
     steps: