From 78ddf05afdcf04aabb94590f29ffee57df8eb39d Mon Sep 17 00:00:00 2001 From: Baizhou Zhang Date: Tue, 3 Mar 2026 23:12:22 -0800 Subject: [PATCH] [Fix] Install tomli in flashinfer bumping workflow (#19841) --- .github/workflows/bot-bump-flashinfer-version.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/bot-bump-flashinfer-version.yml b/.github/workflows/bot-bump-flashinfer-version.yml index 3ad5ac3bf..cc1cba930 100644 --- a/.github/workflows/bot-bump-flashinfer-version.yml +++ b/.github/workflows/bot-bump-flashinfer-version.yml @@ -26,6 +26,10 @@ jobs: with: python-version: '3.10' + - name: Install Python dependencies + run: | + pip install tomli + - name: Configure Git and branch run: | git config user.name "sglang-bot"