mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-13 22:47:25 +00:00
Merge pull request #39 from bendichter/patch-1
fix python-version in example workflow.yml
This commit is contained in:
commit
cec654a0a7
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ jobs:
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@master
|
uses: actions/setup-python@master
|
||||||
with:
|
with:
|
||||||
version: 3.7
|
python-version: 3.7
|
||||||
- name: Generate coverage report
|
- name: Generate coverage report
|
||||||
run: |
|
run: |
|
||||||
pip install pytest
|
pip install pytest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue