Comment out nix run command in check.yml

Comment out the nix run command in the workflow.
This commit is contained in:
Daniel Winkler 2025-09-12 21:38:29 +10:00 committed by GitHub
commit d46c68c36c
Failed to generate hash of commit

View file

@ -27,5 +27,5 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
extraPullNames: rstats-on-nix, nix-community extraPullNames: rstats-on-nix, nix-community
- run: nix build . - run: nix build .
- run: nix run .#default -- "-e q('no')" # - run: nix run .#default -- "-e q('no')"
- run: nix develop -c Rscript test/test.R - run: nix develop -c Rscript test/test.R