Skip to content

Commit

Permalink
Fix Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlesmithjr committed Nov 22, 2021
1 parent 9446ef2 commit ac014a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ac014a1

Please sign in to comment.