Skip to content

Commit 8535881

Browse files
committed
Exclude jax and ibis repos from mypy primer
1 parent 7f1fdcf commit 8535881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mypy_primer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
--num-shards 10 --shard-index ${{ matrix.shard-index }} \
5656
--debug \
5757
--output concise \
58-
-j 1 \
58+
-k 'not ibis and not jax' \
5959
| tee diff_${{ matrix.shard-index }}.txt
6060
) || [ $? -eq 1 ]
6161
- if: ${{ matrix.shard-index == 0 }}

0 commit comments

Comments
 (0)