File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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'
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
You can’t perform that action at this time.
0 commit comments