From 3ba5987ad142c62fe2090d86b858a5c629772c42 Mon Sep 17 00:00:00 2001 From: iefgnoix Date: Mon, 4 Mar 2024 11:01:52 -0800 Subject: [PATCH] Add missing toml package to post-submit CI (#6664) --- infra/ansible/config/pip.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/ansible/config/pip.yaml b/infra/ansible/config/pip.yaml index 7082c33f6e8..1336088b4c9 100644 --- a/infra/ansible/config/pip.yaml +++ b/infra/ansible/config/pip.yaml @@ -25,6 +25,7 @@ pip: - six - tensorboard - tensorboardX + - toml - tqdm - typing - typing_extensions