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 b36d827 commit 2b9c694Copy full SHA for 2b9c694
.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('fbourgin/Xtensor.R', ref = 'update_xtensor', 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