Skip to content

Commit

Permalink
ci: Enable Python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyfrosch committed Apr 17, 2020
1 parent c8269e5 commit c7e466d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
strategy:
matrix:
python:
#- '2.7'
- '2.7'
- '3.6'
- '3.7'
- '3.8'

steps:
- uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit c7e466d

Please sign in to comment.