Fix broken period workflow after #110976 (#111013)

My typo mistake after #110976
Pull Request resolved: https://github.com/pytorch/pytorch/pull/111013
Approved by: https://github.com/kit1980, https://github.com/malfet
This commit is contained in:
Huy Do 2023-10-11 06:40:18 +00:00 committed by PyTorch MergeBot
parent 056d6247c7
commit 74029fae9d

View File

@ -189,13 +189,13 @@ jobs:
with:
test-matrix: |
{ include: [
{ config: "default",
{ config: 'default',
shard: 1,
num_shards: 1,
runner: "ubuntu-20.04-16x"
runner: 'ubuntu-20.04-16x',
use_lite_interpreter: 1,
# Just set x86 for testing here
support_abi: x86,
support_abi: 'x86',
},
]}