Skip to content

Commit 05561ff

Browse files
authored
Update python-package.yml
1 parent 8e800bf commit 05561ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ main ]
88

99
jobs:
10-
build:
10+
test:
1111

1212
runs-on: ubuntu-latest
1313
environment: test
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
python -m pip install pytest
29+
python -m pip install pytest pytest-cov
3030
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3131
- name: Test with pytest
3232
run: |

0 commit comments

Comments
 (0)