diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index c1220f2cf..33b603d18 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -755,7 +755,7 @@ jobs: - name: Install dependencies timeout-minutes: 20 run: | - bash scripts/ci/cuda/ci_install_dependency.sh + bash scripts/ci/cuda/ci_install_dependency.sh diffusion - name: Run benchmark tests timeout-minutes: 45