Let's try to find libnvidia-ml
This commit is contained in:
parent
edaa7f847d
commit
42107de71f
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue