Merge pull request #39 from bendichter/patch-1

fix python-version in example workflow.yml
This commit is contained in:
Ibrahim Ali
2019-12-01 21:15:04 -08:00
committed by GitHub

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