Skip to content

Commit

Permalink
sacct is showing no output, but sinfo is.
Browse files Browse the repository at this point in the history
  • Loading branch information
mduncans committed Sep 9, 2024
1 parent 58dd857 commit c8cd335
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/RunChecks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ jobs:
chmod +x /usr/local/bin/sacct
echo "/usr/local/bin" >> $GITHUB_PATH
Rscript -e 'if (!requireNamespace("processx", quietly = TRUE)) install.packages("processx"); processx::run("sinfo")'
Rscript -e 'processx::run("sacct")'
Rscript -e 'if (!requireNamespace("processx", quietly = TRUE)) install.packages("processx"); processx::run("sinfo", args = "--json")'
Rscript -e 'Sys.which("sinfo")'
Rscript -e 'processx::run("sacct", args = "--json")'
Rscript -e 'Sys.which("sacct")'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit c8cd335

Please sign in to comment.