fix python-version in example workflow.yml

I had to change this
This commit is contained in:
Ben Dichter
2019-12-01 13:41:06 -05:00
committed by GitHub
parent d073b23c28
commit 41a31f1ccf

View File

@@ -52,7 +52,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@master
with:
version: 3.7
python-version: 3.7
- name: Generate coverage report
run: |
pip install pytest