Let's try to find libnvidia-ml

This commit is contained in:
Nicolas Patry 2024-09-12 16:16:29 +02:00
parent edaa7f847d
commit 42107de71f
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
env: env:
USER: github_runner USER: github_runner
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Build - name: Build
run: nix develop .#test --command echo "Ok" run: nix develop .#test --command echo "Ok"
- name: Python tests. - name: Python tests.