Skip to content

Commit 640123c

Browse files
committed
install full dev dependencies in CI
1 parent 0cb6d61 commit 640123c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: pip install .
2828
- name: Install test dependencies
2929
run: |
30-
pip install --upgrade .[test,lint]
30+
pip install --upgrade .[dev]
3131
3232
- name: Type-check using mypy
3333
run: mypy omemo/ examples/ tests/

0 commit comments

Comments
 (0)