Back to failing version

This commit is contained in:
Nicolas Patry 2024-09-16 11:58:44 +02:00
parent 2f1f082abe
commit fe533dc57b
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863
1 changed files with 1 additions and 3 deletions

View File

@ -30,12 +30,10 @@ jobs:
USER: github_runner
- name: Build
run: nix develop .#test --command echo "Ok"
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Python tests.
run: |
sudo mkdir -p /run/opengl-driver/lib/
export NVIDIA=$(nix build --print-out-paths .#nvidia-driver)/lib/
export NVIDIA=/usr/lib/
sudo find $NVIDIA . -name 'libcuda.so*' -exec ln -s {} /run/opengl-driver/lib/ \;
sudo find $NVIDIA . -name 'libnvidia-ml.so*' -exec ln -s {} /run/opengl-driver/lib/ \;
nix develop .#test --command pytest -svvx integration-tests/ --release