Skip to content

Commit c1cc48a

Browse files
Try the deprecated flag again with slightly different syntax.
1 parent 3262047 commit c1cc48a

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 4 --shard-index ${{ matrix.shard-index }} \
5656
--debug \
5757
--output concise \
58-
--additional-flags="--enable-error-code=deprecated" \
58+
--additional-flags="--enable-error-code deprecated" \
5959
| tee diff_${{ matrix.shard-index }}.txt
6060
) || [ $? -eq 1 ]
6161
- if: ${{ matrix.shard-index == 0 }}

0 commit comments

Comments
 (0)