Yaml yaml.

This commit is contained in:
Nicolas Patry 2024-09-12 15:44:12 +02:00
parent 60db294f9a
commit afcd047a58
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863

View File

@ -33,7 +33,7 @@ jobs:
- name: Build - name: Build
run: nix develop .#test --command echo "Ok" run: nix develop .#test --command echo "Ok"
- name: Python tests. - name: Python tests.
run: run: |
sudo mkdir -p /run/opengl-driver/lib sudo mkdir -p /run/opengl-driver/lib
sudo find /usr/lib . -name 'libcuda.so*' -exec ln -s {} /run/opengl-driver/lib/ sudo find /usr/lib . -name 'libcuda.so*' -exec ln -s {} /run/opengl-driver/lib/
nix develop .#test --command python -m pytest -svvx integration-tests/ nix develop .#test --command python -m pytest -svvx integration-tests/