diff options
author | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-08-10 08:47:15 +0200 |
---|---|---|
committer | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-08-10 08:47:15 +0200 |
commit | 8e7ef96588cfcb177e9c686ad2ab568f7eb256c1 (patch) | |
tree | 6a5f657e8d7cd1ef80bcaad90944ff57fbf6d1d4 /.github | |
parent | bd2fb6216b692ac3d5fdbbee15dfd2567601cd73 (diff) | |
download | candle-8e7ef96588cfcb177e9c686ad2ab568f7eb256c1.tar.gz candle-8e7ef96588cfcb177e9c686ad2ab568f7eb256c1.tar.bz2 candle-8e7ef96588cfcb177e9c686ad2ab568f7eb256c1.zip |
Fix CI cuda.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci_cuda.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |