Skip to content

Commit

Permalink
Merge 6aad03e into f177ad1
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonnnj committed Aug 26, 2021
2 parents f177ad1 + 6aad03e commit 35bd612
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version:
- 3.6
- 3.7
- 3.8
- 3.9
steps:
- uses: actions/checkout@v2
- id: setup-python
Expand Down Expand Up @@ -191,7 +195,11 @@ jobs:
needs: [lint, test]
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version:
- 3.6
- 3.7
- 3.8
- 3.9
steps:
- uses: actions/checkout@v2
- id: setup-python
Expand Down

0 comments on commit 35bd612

Please sign in to comment.