List python versions differently so the pyenv action might light it better

This commit is contained in:
Mark Schmitt 2021-01-06 22:50:11 +01:00
parent 96da61f4e4
commit e761cc76fa

View File

@ -10,7 +10,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
python: [3.6,3.7,3.8]
python:
- 3.6
- 3.7
- 3.8
steps:
- uses: actions/checkout@v2
- name: Install python version