Skip to content

Commit

Permalink
ci: Disable buggy python version on GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyfrosch committed May 9, 2020
1 parent a81c04b commit ecdcd5f
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 @@ -14,8 +14,8 @@ jobs:
matrix:
python:
- '2.7'
- '3.6'
- '3.7'
# - '3.6'
# - '3.7'
- '3.8'

steps:
Expand Down

0 comments on commit ecdcd5f

Please sign in to comment.