Skip to content

Commit 5986e8b

Browse files
disable typecheck for now.
1 parent 61ef9ec commit 5986e8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Lint with Ruff
2323
run: |
2424
pip install ruff
25-
ruff --output-format=github .
25+
ruff check --output-format=github .
2626
continue-on-error: true
2727

2828
- name: Install dependencies
@@ -39,5 +39,5 @@ jobs:
3939
run: |
4040
make quick_test
4141
make test_coverage
42-
make typecheck
42+
#make typecheck
4343

0 commit comments

Comments
 (0)