diff --git a/.github/workflows/triton-benchmarks.yml b/.github/workflows/triton-benchmarks.yml index b8905fe29c..0337fd75ac 100644 --- a/.github/workflows/triton-benchmarks.yml +++ b/.github/workflows/triton-benchmarks.yml @@ -52,7 +52,7 @@ jobs: - name: Install Python build dependencies run: | - pip install wheel + pip install wheel cmake - name: Setup PyTorch with IPEX if: ${{ github.event_name == 'schedule' || inputs.install_ipex }}