Skip to content

Commit b9f2b68

Browse files
committed
fix: set WEKA_HOME
1 parent 81eddc6 commit b9f2b68

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/r-cmd-check.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# r cmd check workflow of the mlr3 ecosystem v0.3.0
1+
# Workflow sets WEKA_HOME and installs XMeans
2+
# r cmd check workflow of the mlr3 ecosystem v0.3.1
23
# https://github.com/mlr-org/actions
34
on:
45
workflow_dispatch:
@@ -17,6 +18,9 @@ on:
1718

1819
name: r-cmd-check
1920

21+
env:
22+
WEKA_HOME: ~/work/mlr3cluster
23+
2024
jobs:
2125
r-cmd-check:
2226
runs-on: ${{ matrix.config.os }}
@@ -52,7 +56,8 @@ jobs:
5256
with:
5357
limit-access-to-actor: true
5458

55-
- run: |
59+
- name: Install XMeans
60+
run: |
5661
RWeka::WPM("refresh-cache")
5762
RWeka::WPM("install-package", "XMeans")
5863
shell: Rscript {0}

0 commit comments

Comments
 (0)