From ac014a161ef8259995cf3cb29096f2bfdafa8d2b Mon Sep 17 00:00:00 2001 From: Larry Smith Jr Date: Mon, 22 Nov 2021 14:00:46 -0500 Subject: [PATCH] Fix Python version --- .github/workflows/molecule.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 1f38d78..11ab708 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -16,6 +16,11 @@ jobs: lint: # The type of runner that the job will run on runs-on: macos-10.15 + strategy: + fail-fast: false + max-parallel: 4 + matrix: + python-version: [3.8] # Steps represent a sequence of tasks that will be executed as part of the job steps: