Let's try a compat drvier ?
This commit is contained in:
parent
fe533dc57b
commit
c784cb401d
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Python tests.
|
||||
run: |
|
||||
sudo mkdir -p /run/opengl-driver/lib/
|
||||
export NVIDIA=/usr/lib/
|
||||
export NVIDIA=$(nix build --print-out-paths .#nvidia-libs)/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
|
||||
|
|
Loading…
Reference in New Issue