Skip to content

Commit f3fa9ec

Browse files
authored
Update python-app.yml
1 parent efb9a69 commit f3fa9ec

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 -r requirements
18+
pip install -r requirements.txt
1919
coverage run -m unittest
2020
- name: Codecov
2121
uses: codecov/codecov-action@v1.5.2

0 commit comments

Comments
 (0)