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