Skip to content

Commit 283cd6e

Browse files
committed
[gh/actions] Install test req for coverage
1 parent 246d635 commit 283cd6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
- name: Install dependencies
4545
run: |
4646
python setup.py install
47+
pip install -r requirements-test.txt
4748
pip install pytest coveralls
4849
- name: Create coverage
4950
run: |

0 commit comments

Comments
 (0)