diff options
author | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-08-09 23:08:50 +0200 |
---|---|---|
committer | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-08-09 23:08:50 +0200 |
commit | a690f14a774a5c51fcb5bc8d14dfdbbd820f9493 (patch) | |
tree | e7010324cb9170b5aea26e507fcaf7444b405951 /.github | |
parent | 90d778c05902ce7c1e0db74c8a913de4e5fc566a (diff) | |
download | candle-a690f14a774a5c51fcb5bc8d14dfdbbd820f9493.tar.gz candle-a690f14a774a5c51fcb5bc8d14dfdbbd820f9493.tar.bz2 candle-a690f14a774a5c51fcb5bc8d14dfdbbd820f9493.zip |
Fix by hardcoding paths
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci_cuda.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
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: |