Skip to content

Commit 29313e6

Browse files
committed
1 parent 475c909 commit 29313e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
architecture: 'x64'
2323
- name: Install dependencies
2424
run: |
25-
pip install nose
25+
pip install nose coverage
2626
pip install -e .
2727
- name: Test
2828
run: nosetests stl_tools --with-coverage --cover-package=stl_tools

0 commit comments

Comments
 (0)