mirror of
https://github.com/dwinkler1/fran.git
synced 2026-02-19 22:50:59 -05:00
Fix R run
This commit is contained in:
parent
853d30634d
commit
f9c4c65980
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue