Skip to content

Commit aec69d8

Browse files
committed
check results and cache should be aware of the mlr3 dev/release
1 parent 2cdea12 commit aec69d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rcheck.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
uses: actions/cache@v2
5757
with:
5858
path: ${{ env.R_LIBS_USER }}
59-
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
60-
restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-
59+
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-${{ matrix.config.mlr3 }}-1-${{ hashFiles('.github/depends.Rds') }}
60+
restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-${{ matrix.config.mlr3 }}-1-
6161

6262
- name: Install system dependencies
6363
if: runner.os == 'Linux'
@@ -98,7 +98,7 @@ jobs:
9898
if: failure()
9999
uses: actions/upload-artifact@main
100100
with:
101-
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
101+
name: ${{ runner.os }}-r${{ matrix.config.r }}-${{ matrix.config.mlr3 }}-results
102102
path: check
103103

104104
- name: Install covr

0 commit comments

Comments
 (0)