Skip to content

Commit 2cdea12

Browse files
committed
fix the mlr3 config check
1 parent 1e4262b commit 2cdea12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
shell: Rscript {0}
7575

7676
- name: mlr3 dev version
77-
if: runner.mlr3 == 'dev'
77+
if: matrix.config.mlr3 == 'dev'
7878
run: |
7979
remotes::install_github("mlr-org/mlr3")
8080
shell: Rscript {0}

0 commit comments

Comments
 (0)