Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderDevisscher committed Jan 11, 2025
1 parent e32f2de commit 6b25f26
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/get_occ_cube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.AUTOMATISATION }}

- name: Set R library path
run: echo "R_LIBS_USER=$HOME/.local/share/R" >> $GITHUB_ENV

- name: Setup R
uses: r-lib/actions/setup-r@v2
Expand All @@ -43,6 +46,8 @@ jobs:
with:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-r-${{ hashFiles('**/install_packages_cube*.R') }}
restore-keys: |
${{ runner.os }}-r-
- name: Install R packages
run: |
Expand All @@ -59,6 +64,9 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.AUTOMATISATION }}

- name: Set R library path
run: echo "R_LIBS_USER=$HOME/.local/share/R" >> $GITHUB_ENV

- uses: actions/cache@v3
with:
Expand Down Expand Up @@ -90,6 +98,9 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.AUTOMATISATION }}

- name: Set R library path
run: echo "R_LIBS_USER=$HOME/.local/share/R" >> $GITHUB_ENV

- uses: actions/cache@v3
with:
Expand Down Expand Up @@ -119,6 +130,9 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.AUTOMATISATION }}

- name: Set R library path
run: echo "R_LIBS_USER=$HOME/.local/share/R" >> $GITHUB_ENV

- uses: actions/cache@v3
with:
Expand Down Expand Up @@ -150,6 +164,9 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.AUTOMATISATION }}

- name: Set R library path
run: echo "R_LIBS_USER=$HOME/.local/share/R" >> $GITHUB_ENV

- uses: actions/cache@v3
with:
Expand Down

0 comments on commit 6b25f26

Please sign in to comment.