diff --git a/.github/workflows/ci-benchmark.yml b/.github/workflows/ci-benchmark.yml index c455a056143..1685e387d3c 100644 --- a/.github/workflows/ci-benchmark.yml +++ b/.github/workflows/ci-benchmark.yml @@ -58,6 +58,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: '3.x' + - run: pip install setuptools - run: pip install git+https://github.com/li-boxuan/ccm.git - uses: actions/checkout@v4