Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
stangandaho committed Oct 31, 2023
1 parent 929b729 commit bf27176
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ jobs:
fail-fast: false
matrix:
config:
#- {os: macos-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
#- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
#- {os: ubuntu-latest, r: 'release'}
#- {os: ubuntu-latest, r: 'oldrel-1'}
- {os: macos-latest, r: 'release'}
#- {os: windows-latest, r: 'release'}
#- {os: windows-latest, r: '3.6'}
#- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
#- {os: ubuntu-latest, r: 'release'}
#- {os: ubuntu-latest, r: 'oldrel-1'}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
Expand All @@ -32,7 +33,7 @@ jobs:

- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.r-version }}
r-version: ${{ matrix.config.r }}

- uses: r-lib/actions/setup-pandoc@v2

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
- uses: actions/checkout@v3

- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.r-version }}

- uses: r-lib/actions/setup-pandoc@v2

- name: Query dependencies
Expand Down

0 comments on commit bf27176

Please sign in to comment.