Skip to content

Commit 2293386

Browse files
committed
chore: disable typecheck
1 parent 7fb561f commit 2293386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
run: curl -sSL https://install.python-poetry.org | python3 -
3636
- name: Install dependencies
3737
run: poetry install
38-
- name: Typecheck
39-
run: poetry run tox -e typecheck
4038
# FIXME: make this work
39+
# - name: Typecheck
40+
# run: poetry run tox -e typecheck
4141
# - name: Lint
4242
# run: poetry run tox -e lint
4343
# - name: Security

0 commit comments

Comments
 (0)