Fix by hardcoding paths

This commit is contained in:
Nicolas Patry
2023-08-09 23:08:50 +02:00
parent 90d778c059
commit a690f14a77

View File

@ -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: