Skip to content

Commit

Permalink
try adding R_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
lrnv committed Apr 5, 2024
1 parent 6c0b4af commit b3c1717
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
env:
R_HOME: "/opt/R/4.2.1/lib/R"
docs:
name: Documentation
runs-on: ubuntu-latest
Expand Down Expand Up @@ -79,6 +81,7 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
env:
R_HOME: "/opt/R/4.2.1/lib/R"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
- name: Run doctests
Expand Down

0 comments on commit b3c1717

Please sign in to comment.