From 8e7ef96588cfcb177e9c686ad2ab568f7eb256c1 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Thu, 10 Aug 2023 08:47:15 +0200 Subject: Fix CI cuda. --- .github/workflows/ci_cuda.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci_cuda.yaml b/.github/workflows/ci_cuda.yaml index 355bf1d4..7c6cfa9b 100644 --- a/.github/workflows/ci_cuda.yaml +++ b/.github/workflows/ci_cuda.yaml @@ -61,7 +61,7 @@ jobs: - uses: Swatinem/rust-cache@v2 - run: apt update -y && apt install libssl-dev -y - name: Test (cuda) - run: PATH=$PATH:/usr/local/cuda-11.8/bin/ /root/.cargo/bin/cargo test --features cuda --release + run: PATH=$PATH:/usr/local/cuda-11.8/bin/ /root/.cargo/bin/cargo test --features cuda stop-runner: name: Stop self-hosted EC2 runner needs: -- cgit v1.2.3