Skip to content

Commit 9adf503

Browse files
author
Andrei Bratu
committed
unpack poetry mypy
1 parent 6d0f363 commit 9adf503

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 . --enable-incomplete-feature=Unpack
20+
run: poetry run mypy .
2121
test:
2222
runs-on: ubuntu-20.04
2323
steps:

0 commit comments

Comments
 (0)