This doesn't seem needed.

This commit is contained in:
Nicolas Patry 2024-09-13 19:16:13 +02:00
parent dd4b774e0d
commit 5adece6313
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ jobs:
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/ \;
sudo find /usr/lib . -name 'libnvidia-ml.so*' -exec ln -s {} /run/opengl-driver/lib/ \; sudo find /usr/lib . -name 'libnvidia-ml.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 }}