Does this work ?

This commit is contained in:
Nicolas Patry 2024-09-12 16:14:45 +02:00
parent d1e79ddae0
commit edaa7f847d
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863

View File

@ -36,6 +36,7 @@ jobs:
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/ \;
export LD_LIBRARY_PATH=/run/opengl-driver/lib
nix develop .#test --command python -m pytest -svvx integration-tests/ nix develop .#test --command python -m pytest -svvx integration-tests/
env: env:
HF_TOKEN: ${{ secrets.HF_TOKEN }} HF_TOKEN: ${{ secrets.HF_TOKEN }}