Fix Python version

This commit is contained in:
Larry Smith Jr
2021-11-22 14:00:46 -05:00
parent 9446ef21d6
commit ac014a161e

View File

@@ -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: