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 1eb1c4cCopy full SHA for 1eb1c4c
.github/workflows/linux.yml
@@ -80,6 +80,12 @@ 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 "Printing R_HOME"
87
+ echo $R_HOME
88
+
89
- name: Run tests (C++)
90
working-directory: build/test
91
run: ./test_xtensor_r
.github/workflows/osx.yml
@@ -53,6 +53,12 @@ jobs:
53
54
55
56
57
58
59
60
61
62
63
64
0 commit comments