Skip to content

Commit e8cbd68

Browse files
committed
Added missing extra to "pip install"
1 parent 63b415f commit e8cbd68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeqa-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
path: ~/.cache/pip
4545
key: pip-test-${{ matrix.python-version }}-${{ matrix.os }}
4646
- name: Install dependencies
47-
run: pip install .[test] coveralls
47+
run: pip install .[test,type_comments] coveralls
4848
- name: Test with pytest
4949
run: coverage run -m pytest
5050
- name: Upload Coverage

0 commit comments

Comments
 (0)