From a7d51935e39a9460a6f1072a4f59eac58bc4101a Mon Sep 17 00:00:00 2001 From: Matthew Richards Date: Fri, 15 Jan 2021 10:30:15 +0000 Subject: [PATCH] #163: Remove parallel restriction --- .github/workflows/ci-build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 1a94551e..7b3ebb1f 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -4,7 +4,6 @@ jobs: tests: runs-on: ubuntu-16.04 strategy: - max-parallel: 1 matrix: python-version: ['3.6', '3.7', '3.8'] name: Python ${{ matrix.python-version }}