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 ffd8459 commit 2073833Copy full SHA for 2073833
.github/workflows/osx.yml
@@ -51,7 +51,7 @@ jobs:
51
echo "which tar"
52
which tar
53
export TAR="/usr/bin/tar"
54
- R -e "library(devtools); install_github('xtensor-stack/Xtensor.R', configure.args = '--novendor')"
+ R -e "library(devtools); install_github('fbourgin/Xtensor.R', ref = 'update_xtensor_0.27', configure.args = '--novendor')"
55
56
- name: print R HOME
57
run: |
0 commit comments