Seeing the damage on the release tests.
This commit is contained in:
parent
2bd0117c27
commit
5c4b2eaa30
|
@ -35,6 +35,6 @@ jobs:
|
|||
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 'libnvidia-ml.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/ --release
|
||||
env:
|
||||
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue