Skip to content

Commit

Permalink
seeing if sinfo/sacct run after download adding env to r cmd check
Browse files Browse the repository at this point in the history
  • Loading branch information
mduncans committed Sep 7, 2024
1 parent 44a6b52 commit 4b2cff3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/RunChecks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
chmod +x /usr/local/bin/sacct
echo "/usr/local/bin" >> $GITHUB_PATH
sinfo
sacct
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -74,3 +76,4 @@ jobs:
- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
env: ${{ GITHUB_PATH }}

0 comments on commit 4b2cff3

Please sign in to comment.