[Fix] Install tomli in flashinfer bumping workflow (#19841)

This commit is contained in:
Baizhou Zhang
2026-03-03 23:12:22 -08:00
committed by GitHub
parent 09fa012ba7
commit 78ddf05afd

View File

@@ -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"