Skip to content

Commit

Permalink
remove memory step
Browse files Browse the repository at this point in the history
  • Loading branch information
ygeunkim committed Feb 5, 2025
1 parent 70146da commit 301da39
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Memory issue in R
if: ${{ (matrix.config.os == 'ubuntu-latest' && matrix.config.r == 'devel') || (matrix.config.os == 'windows-latest' && matrix.config.r == 'oldrel-3') }}
run: |
echo "MAKEFLAGS=-j1" >> $GITHUB_ENV
echo "R_MAX_VSIZE=8G" >> $GITHUB_ENV
- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit 301da39

Please sign in to comment.