Skip to content

Commit dfaf0da

Browse files
committed
remove pyright due to bug
1 parent 14d6a3b commit dfaf0da

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ jobs:
2424
pip install -e ".[dev,visualize]"
2525
- name: Run tests
2626
run: pytest
27-
- name: Type Checking
28-
uses: jakebailey/pyright-action@v1
29-
with:
30-
version: 1.1.378
3127
- name: build
3228
run: pip wheel --no-deps -w dist .
3329
release:

0 commit comments

Comments
 (0)