Skip to content

Commit 159b20f

Browse files
author
Andrei Bratu
committed
poetry pipeline check
1 parent 9adf503 commit 159b20f

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
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: poetry install
1919
- name: Compile
20-
run: poetry run mypy .
20+
run: poetry run mypy --enable-incomplete-feature=Unpack --show-traceback .
2121
test:
2222
runs-on: ubuntu-20.04
2323
steps:

0 commit comments

Comments
 (0)