Fix R run

This commit is contained in:
Daniel Winkler 2025-09-12 17:00:37 +10:00
commit f9c4c65980

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 -- "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