From f8f53691bc40868e731ec7624f529e8cfa18ad5a Mon Sep 17 00:00:00 2001 From: Huy Do Date: Mon, 16 Dec 2024 21:54:40 -0800 Subject: [PATCH] Install requirements.txt --- .github/workflows/_linux-benchmark-cuda.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/_linux-benchmark-cuda.yml b/.github/workflows/_linux-benchmark-cuda.yml index a85ff252e..f6c96cf2e 100644 --- a/.github/workflows/_linux-benchmark-cuda.yml +++ b/.github/workflows/_linux-benchmark-cuda.yml @@ -52,6 +52,7 @@ jobs: working-directory: benchmark run: | set -eux + ${CONDA_RUN} pip install -r requirements.txt ${CONDA_RUN} python install.py - name: Run benchmark