Skip to content

Commit fdcd590

Browse files
committed
Export R_HOME
1 parent edf1c4d commit fdcd590

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/osx.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ jobs:
6161
6262
- name: Run tests (C++)
6363
working-directory: build/test
64-
run: ./test_xtensor_r
64+
run: |
65+
export R_HOME=$(R RHOME)
66+
./test_xtensor_r
6567
6668
- name: Run tests (R)
6769
working-directory: test

0 commit comments

Comments
 (0)