Skip to content

Commit efb9a69

Browse files
authored
Update workflow to install requirements
1 parent 03e0336 commit efb9a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: 3.6.8
1616
- name: Generate Report
1717
run: |
18-
pip install coverage
18+
pip install -r requirements
1919
coverage run -m unittest
2020
- name: Codecov
2121
uses: codecov/codecov-action@v1.5.2

0 commit comments

Comments
 (0)