Skip to content

Commit 9578a48

Browse files
committed
CI: remove typecheck from per-commit script (mypy not passing yet)
1 parent 9aa97f6 commit 9578a48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/scripts/run-ci-per-commit.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ for commit in $commits; do
2929
make install
3030
make lint
3131
make check-format
32-
make typecheck
3332
make test
3433

3534
echo ""

0 commit comments

Comments
 (0)