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 77cd88b commit 68ee027Copy full SHA for 68ee027
.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', configure.args = '--novendor')"
55
56
- name: print R HOME
57
run: |
0 commit comments