Skip to content

Commit

Permalink
Merge pull request #398 from johngian/fix-actions
Browse files Browse the repository at this point in the history
Multiple fixes on gh actions
  • Loading branch information
John Giannelos committed Mar 21, 2021
2 parents 14d49f3 + 261806d commit 3b7ce71
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ jobs:
strategy:
matrix:
python_version:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
name: Python ${{ python_version }}
- "3.9"
name: Python ${{ matrix.python_version }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 3b7ce71

Please sign in to comment.