We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b2f2d commit 444ecb0Copy full SHA for 444ecb0
.github/workflows/linux.yml
@@ -80,6 +80,11 @@ jobs:
80
export TAR="/usr/bin/tar"
81
R -e "library(devtools); install_github('xtensor-stack/Xtensor.R', configure.args = '--novendor')"
82
83
+ - name: print R HOME
84
+ run: |
85
+ R RHOME
86
+ echo $R_HOME
87
+
88
- name: Run tests (C++)
89
working-directory: build/test
90
run: ./test_xtensor_r
.github/workflows/osx.yml
@@ -53,6 +53,11 @@ jobs:
53
54
55
56
57
58
59
60
61
62
63
0 commit comments