mirror of
https://github.com/dwinkler1/fran.git
synced 2026-02-19 14:40:58 -05:00
Comment out nix run command in check.yml
Comment out the nix run command in the workflow.
This commit is contained in:
parent
06155ede1b
commit
d46c68c36c
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 }}'
|
||||
extraPullNames: rstats-on-nix, nix-community
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue