Skip to content

Commit

Permalink
Add Julia in R-CMD-check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardlavender committed Jul 18, 2024
1 parent f0ac68b commit e27b101
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ 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: ubuntu-latest, r: 'release'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -39,6 +37,15 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- name: Setup Julia
uses: julia-actions/setup-julia@v2
with:
version: '1.10'

# - name: Create and populate .Renviron file
# run: echo JULIA_BINDIR= "${{ env.juliaLocation }}" >> ~/.Renviron
# shell: bash

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
Expand Down

0 comments on commit e27b101

Please sign in to comment.