Skip to content

Commit

Permalink
didn't know processx wasn't included
Browse files Browse the repository at this point in the history
  • Loading branch information
mduncans committed Sep 7, 2024
1 parent c650f60 commit 4c04732
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/RunChecks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
chmod +x /usr/local/bin/sacct
echo "/usr/local/bin" >> $GITHUB_PATH
Rscript -e 'processx::run("sinfo")'
Rscript -e 'if (!requireNamespace("processx", quietly = TRUE)) install.packages("processx"); processx::run("sinfo")'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4c04732

Please sign in to comment.