From a690f14a774a5c51fcb5bc8d14dfdbbd820f9493 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 9 Aug 2023 23:08:50 +0200 Subject: Fix by hardcoding paths --- .github/workflows/ci_cuda.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci_cuda.yaml b/.github/workflows/ci_cuda.yaml index 500dfb66..925008df 100644 --- a/.github/workflows/ci_cuda.yaml +++ b/.github/workflows/ci_cuda.yaml @@ -62,7 +62,8 @@ jobs: - name: Setup tmate session uses: mxschmitt/action-tmate@v3 - name: Test (cuda) - run: cargo test --features cuda + run: PATH=$PATH:/usr/local/cuda-11.8/bin/ /root/.cargo/bin/cargo test --fe +atures cuda stop-runner: name: Stop self-hosted EC2 runner needs: -- cgit v1.2.3