Skip to content

Commit

Permalink
sacct and sinfo were both printed due to echo to GITHUB_PATH. Trying …
Browse files Browse the repository at this point in the history
…to call sinfo with processx
  • Loading branch information
mduncans committed Sep 7, 2024
1 parent 6c2edf5 commit c650f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/RunChecks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
chmod +x /usr/local/bin/sacct
echo "/usr/local/bin" >> $GITHUB_PATH
sacct
Rscript -e 'processx::run("sinfo")'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c650f60

Please sign in to comment.